Important note when using our API endpoints
While asking our API to GET/POST/DELETE the required data, one must not directly query the endpoint on the front end/webpage, as it exposes the API token. You would need to hide the Recruit CRM API token/Bearer token. This can be done by introducing a server in between or by making the API token abstract. Basically, the webpage on the front end would query a private server in between which would then query the Recruit CRM API.
This is the safest way of doing this, as it would then prevent exposing the Recruit CRM API token/key publicly.
A) General data flow to fetch jobs from Recruit CRM using its API:
1. Show Open Jobs from Recruit CRM to Careers Page (Your Website)
Use Search for Jobs Endpoint - Open Jobs Only
This endpoint should be used to search open jobs, and the request body should contain the job_status value. In this case, the job_status value will be ‘1’ as we don’t use alphabets for job status but integers or IDs, and the same can be found here:
The cURL request would look something like this:
curl --request GET \
--url 'https://api.recruitcrm.io/v1/jobs/search?job_status=1' \
--header 'Authorization: Bearer {YOUR_API_TOKEN}' \
--header 'Content-Type: application/json'
The response to this API request will fetch a list of all the “Open” jobs from the Recruit CRM account whose API token is given in the request.
Here’s a sample response for reference:
{
"current_page": 1,
"first_page_url": "string",
"from": 1,
"next_page_url": "null",
"path": "string",
"per_page": 25,
"prev_page_url": "null",
"to": 25,
"data": [
{
"id": 95,
"slug": "16383644364890016674giJ",
"name": "UX Designer",
"company_slug": "16619307409630027803EeT",
"contact_slug": "16316170529740014333uIW",
"secondary_contact_slugs": [
"16661009079190024194jcU"
],
"note_for_candidates": "1. Defining and driving the UX vision & identity for the Distribution Center Warehouse Management System.\n\n2. Going deep on consumer insights, product analytics, and competitive intelligence to identify unseen opportunities, and drive product & experience innovation.",
"number_of_openings": 10,
"minimum_experience": 1,
"maximum_experience": 1,
"min_annual_salary": 8000,
"max_annual_salary": 100000,
"salary_type": {
"id": 1,
"label": "Monthly Salary"
},
"job_status": {
"id": 1,
"label": "Open"
},
"job_status_comment": "[{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Ishita Rawat\",\"updated_on\":\"1638364436\",\"status_label\":\"Open\"},{\"status_id\":2,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1641971668,\"status_label\":\"On Hold\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1641971695,\"status_label\":\"Open\"},{\"status_id\":2,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1641975226,\"status_label\":\"On Hold\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1641975465,\"status_label\":\"Open\"},{\"status_id\":85,\"remark\":\"\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1641978673,\"status_label\":\"In Progress\"},{\"status_id\":1,\"remark\":\"Open Now\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1641978696,\"status_label\":\"Open\"},{\"status_id\":247,\"remark\":\"\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1641978733,\"status_label\":\"Billing\"},{\"status_id\":1,\"remark\":\"Open Now\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1641978744,\"status_label\":\"Open\"},{\"status_id\":356,\"remark\":\"No reason\",\"updated_by\":\"Tara Elizabeth\",\"updated_on\":1641978874,\"status_label\":\"Closed - Placed\"},{\"status_id\":357,\"remark\":\"Test 2\",\"updated_by\":\"Tara Elizabeth\",\"updated_on\":1641978895,\"status_label\":\"Closed - Lost\"},{\"status_id\":0,\"remark\":\"Test3\",\"updated_by\":\"Tara Elizabeth\",\"updated_on\":1641978933,\"status_label\":\"Closed\"},{\"status_id\":85,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1641978949,\"status_label\":\"In Progress\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1641979535,\"status_label\":\"Open\"},{\"status_id\":2,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1642671467,\"status_label\":\"On Hold\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1642671482,\"status_label\":\"Open\"},{\"status_id\":1,\"remark\":\"Candidate placeds\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1642677249,\"status_label\":\"Open\"},{\"status_id\":2,\"remark\":\"Relevant\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1642677477,\"status_label\":\"On Hold\"},{\"status_id\":0,\"remark\":\"\",\"updated_by\":\"Sharanya J\",\"updated_on\":1652751616,\"status_label\":\"Closed\"},{\"status_id\":\"0\",\"remark\":\"\",\"updated_by\":\"Sarvesh G\",\"updated_on\":1652775878,\"status_label\":\"Closed\"},{\"status_id\":\"0\",\"remark\":\"\",\"updated_by\":\"Sarvesh G\",\"updated_on\":1652776121,\"status_label\":\"Closed\"},{\"status_id\":\"0\",\"remark\":\"\",\"updated_by\":\"Sarvesh G\",\"updated_on\":1652776265,\"status_label\":\"Closed\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1652860026,\"status_label\":\"Open\"},{\"status_id\":0,\"remark\":\"\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1657720236,\"status_label\":\"Closed\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Shaun Carlson W Marbaniang\",\"updated_on\":1657733986,\"status_label\":\"Open\"},{\"status_id\":2,\"remark\":\"test\",\"updated_by\":\"Sahil L\",\"updated_on\":1658254817,\"status_label\":\"On Hold\"},{\"status_id\":1,\"remark\":\"test\",\"updated_by\":\"Sahil L\",\"updated_on\":1658254830,\"status_label\":\"Open\"},{\"status_id\":0,\"remark\":\"\",\"updated_by\":\"Shaun Carlson W Marbaniang\",\"updated_on\":1658939782,\"status_label\":\"Closed\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1659019086,\"status_label\":\"Open\"},{\"status_id\":0,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1659991891,\"status_label\":\"Closed\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1659991907,\"status_label\":\"Open\"},{\"status_id\":0,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1661872719,\"status_label\":\"Closed\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1661872747,\"status_label\":\"Open\"},{\"status_id\":0,\"remark\":\"Candidate placed \",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1669309874,\"status_label\":\"Closed\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1669309899,\"status_label\":\"Open\"}]",
"latitude": "36.778261",
"longitude": "-119.4179324",
"city": "New York Full time",
"locality": "",
"state": "Maharashra",
"country": "India",
"address": "",
"created_on": "2021-12-01T13:13:56.000000Z",
"created_by": 24194,
"updated_on": "2022-11-25T15:21:25.000000Z",
"updated_by": 25538,
"owner": 17674,
"enable_job_application_form": 1,
"job_posting_status": 4,
"job_code": "J18812770",
"show_company_logo": 1,
"specialization": "",
"qualification_id": 0,
"currency_id": 38,
"job_description_text": "At Amazon, we're working to be the most Customer-centric company on earth. We are seeking a UX Designer delivering innovation to support Amazon's grocery offering. As a Designer, you'll demonstrate design leadership to ensure that our products are both trusted and loved by our customers. You will work with cross-discipline teams to advise on roadmaps, requirements, research inputs, product validation, and keeping the quality bar high. We’re looking for someone who can bring in fresh insights and help lead innovation in a start-up environment with lots of green space. As a role model for mixed-method design & research best practices, you will leverage a deep understanding of customer needs, strong technical acumen, and strategic long-term business thinking to drive vision, execution of next-generation initiatives.<br />\n<br />\n<a href=\"https://docs.google.com/document/d/1J8XvLV58zfqz84nnYYlugYi-w5TcePQ4eWHot2KaC7E/edit\">test</a> <a href=\"https://docs.google.com/document/d/1qpI-nxMsqFDc8SCBOw-S9dSi9ikAQgJe/edit#heading=h.gjdgxs\">test video</a> <a href=\"https://drive.google.com/file/d/1C10TFX5_uC_O-ADM4qeKrIpunuco3hGX/view?usp=sharing\">test24</a><br />\n https://help.recruitcrm.io/en/collections/787852-email<br />\n<br />\n<strong><u>Responsibilities</u></strong>\n<ul>\n\t<li>Defining and driving the UX vision & identity for the Distribution Center Warehouse Management System.</li>\n\t<li>Going deep on consumer insights, product analytics, and competitive intelligence to identify unseen opportunities, and drive product & experience innovation.</li>\n\t<li>Leading brainstorming sessions and design reviews and quick, iterative user research for ideation and concept refinement.</li>\n\t<li>Create and rapidly iterate on ideas in order to develop them, via storyboards, user flows, mock-ups, and prototypes, or other novel methods.</li>\n\t<li>Evangelizing initiatives to a diverse audience, across business and technical teams in both ad-hoc and formal presentations.</li>\n\t<li>Staying on the cutting edge of what’s new in technology and user experience, identifying, experimenting with acting on new technologies and interaction patterns.</li>\n\t<li>Contributing to the future direction of design at Amazon with the larger Amazon Design community.<br />\n\t </li>\n</ul>\n<strong><u>Basic Qualifications</u></strong>\n\n<ul>\n\t<li>3-5 years of related UX design experience</li>\n\t<li>Experience with user research and incorporating quantitative customer data into UX deliverables</li>\n\t<li>Bachelor’s degree or equivalent experience</li>\n</ul>\n<strong><u>Preferred Qualifications</u></strong>\n\n<ul>\n\t<li>Experience working in Supply Chain and/or Distribution Centers.</li>\n\t<li>Demonstrated ability to influence product teams and product decisions via design and research.</li>\n\t<li>A track record of innovating work.</li>\n\t<li>Experience building creative centers of excellence.</li>\n\t<li>Master’s degree in Design, HCI, or related field or equivalent professional experience.</li>\n\t<li>Able to work in a diverse team.</li>\n\t<li>Expert knowledge of prototyping and testing at large and small scale.</li>\n\t<li>Inspiring and precise executive-level communication and presentation skills.</li>\n\t<li>Proficiency in using contemporary design tools to solve complex problems and communicate in visually stunning detail.</li>\n\t<li>A strong portfolio of innovative design work that demonstrates the industry-leading design and business success.</li>\n</ul>\nAmazon is committed to a diverse and inclusive workplace. Amazon is an equal opportunity employer and does not discriminate on the basis of race, national origin, gender, gender identity, sexual orientation, protected veteran status, disability, age, or another legally protected status. For individuals with disabilities who would like to request accommodation, please visit https://www.amazon.jobs/en/disability/us.",
"job_description_file": "",
"job_questions": [
{
"id": 768,
"question": "Did you complete a fellowship?"
},
{
"id": 3035,
"question": "Where did you hear about us?"
}
],
"collaborators": [
{
"id": 20422,
"first_name": "Sharanya",
"last_name": "J",
"email": "sharanya@recruitcrm.io",
"contact_number": "+919676838261",
"avatar": "https://production-recruitcrm.s3.ap-southeast-1.amazonaws.com/2227/Users/Sharanya_J_3/photo?updatedonParam=1655958916930,logo.jpeg"
},
{
"id": 24194,
"first_name": "Gurinayat",
"last_name": "Sarna",
"email": "gurinayat@recruitcrm.io",
"contact_number": "+918360496480",
"avatar": ""
}
],
"custom_fields": [
{
"field_id": 1,
"entity_type": "job",
"field_name": "Type",
"field_type": "dropdown",
"value": "Permanent"
},
{
"field_id": 2,
"entity_type": "job",
"field_name": "No of vacancies",
"field_type": "number",
"value": null
},
{
"field_id": 3,
"entity_type": "job",
"field_name": "Priority",
"field_type": "dropdown",
"value": "Top 8"
},
{
"field_id": 4,
"entity_type": "job",
"field_name": "Duration",
"field_type": "dropdown",
"value": "6 Months"
},
{
"field_id": 5,
"entity_type": "job",
"field_name": "Estimated Fees",
"field_type": "number",
"value": "56000"
}
],
"resource_url": "https://app.recruitcrm.io/job/16383644364890016674giJ",
"application_form_url": "https://recruitcrm.io/apply/16383644364890016674giJ",
"shared_job_image": "https://app.recruitcrm.io/assets/images/social-media-share-default.jpg",
"hiring_pipeline_id": 0
}
The above data returned by Recruit CRM API can be used in any way the developer wants.
2. Show All Jobs from Recruit CRM to Careers Page (Your Website)
Use Show All Jobs Endpoint
In this case, this endpoint should be used. A successful API call returns a list of all the jobs associated with the Recruit CRM account, irrespective of job status or archive status.
The cURL request would look something like this:
curl --request GET \
--url https://api.recruitcrm.io/v1/jobs \
--header 'Authorization: Bearer {YOUR_API_TOKEN}' \
--header 'Content-Type: application/json'
Here’s a sample response for reference:
{
"current_page": 1,
"first_page_url": "string",
"from": 1,
"next_page_url": "null",
"path": "string",
"per_page": 25,
"prev_page_url": "null",
"to": 25,
"data": [
{
"id": 95,
"slug": "16383644364890016674giJ",
"name": "UX Designer",
"company_slug": "16619307409630027803EeT",
"contact_slug": "16316170529740014333uIW",
"secondary_contact_slugs": [
"16661009079190024194jcU"
],
"note_for_candidates": "1. Defining and driving the UX vision & identity for the Distribution Center Warehouse Management System.\n\n2. Going deep on consumer insights, product analytics, and competitive intelligence to identify unseen opportunities, and drive product & experience innovation.",
"number_of_openings": 10,
"minimum_experience": 1,
"maximum_experience": 1,
"min_annual_salary": 8000,
"max_annual_salary": 100000,
"salary_type": {
"id": 1,
"label": "Monthly Salary"
},
"job_status": {
"id": 1,
"label": "Open"
},
"job_status_comment": "[{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Ishita Rawat\",\"updated_on\":\"1638364436\",\"status_label\":\"Open\"},{\"status_id\":2,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1641971668,\"status_label\":\"On Hold\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1641971695,\"status_label\":\"Open\"},{\"status_id\":2,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1641975226,\"status_label\":\"On Hold\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1641975465,\"status_label\":\"Open\"},{\"status_id\":85,\"remark\":\"\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1641978673,\"status_label\":\"In Progress\"},{\"status_id\":1,\"remark\":\"Open Now\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1641978696,\"status_label\":\"Open\"},{\"status_id\":247,\"remark\":\"\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1641978733,\"status_label\":\"Billing\"},{\"status_id\":1,\"remark\":\"Open Now\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1641978744,\"status_label\":\"Open\"},{\"status_id\":356,\"remark\":\"No reason\",\"updated_by\":\"Tara Elizabeth\",\"updated_on\":1641978874,\"status_label\":\"Closed - Placed\"},{\"status_id\":357,\"remark\":\"Test 2\",\"updated_by\":\"Tara Elizabeth\",\"updated_on\":1641978895,\"status_label\":\"Closed - Lost\"},{\"status_id\":0,\"remark\":\"Test3\",\"updated_by\":\"Tara Elizabeth\",\"updated_on\":1641978933,\"status_label\":\"Closed\"},{\"status_id\":85,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1641978949,\"status_label\":\"In Progress\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1641979535,\"status_label\":\"Open\"},{\"status_id\":2,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1642671467,\"status_label\":\"On Hold\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1642671482,\"status_label\":\"Open\"},{\"status_id\":1,\"remark\":\"Candidate placeds\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1642677249,\"status_label\":\"Open\"},{\"status_id\":2,\"remark\":\"Relevant\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1642677477,\"status_label\":\"On Hold\"},{\"status_id\":0,\"remark\":\"\",\"updated_by\":\"Sharanya J\",\"updated_on\":1652751616,\"status_label\":\"Closed\"},{\"status_id\":\"0\",\"remark\":\"\",\"updated_by\":\"Sarvesh G\",\"updated_on\":1652775878,\"status_label\":\"Closed\"},{\"status_id\":\"0\",\"remark\":\"\",\"updated_by\":\"Sarvesh G\",\"updated_on\":1652776121,\"status_label\":\"Closed\"},{\"status_id\":\"0\",\"remark\":\"\",\"updated_by\":\"Sarvesh G\",\"updated_on\":1652776265,\"status_label\":\"Closed\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1652860026,\"status_label\":\"Open\"},{\"status_id\":0,\"remark\":\"\",\"updated_by\":\"Saurav Gupta\",\"updated_on\":1657720236,\"status_label\":\"Closed\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Shaun Carlson W Marbaniang\",\"updated_on\":1657733986,\"status_label\":\"Open\"},{\"status_id\":2,\"remark\":\"test\",\"updated_by\":\"Sahil L\",\"updated_on\":1658254817,\"status_label\":\"On Hold\"},{\"status_id\":1,\"remark\":\"test\",\"updated_by\":\"Sahil L\",\"updated_on\":1658254830,\"status_label\":\"Open\"},{\"status_id\":0,\"remark\":\"\",\"updated_by\":\"Shaun Carlson W Marbaniang\",\"updated_on\":1658939782,\"status_label\":\"Closed\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1659019086,\"status_label\":\"Open\"},{\"status_id\":0,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1659991891,\"status_label\":\"Closed\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1659991907,\"status_label\":\"Open\"},{\"status_id\":0,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1661872719,\"status_label\":\"Closed\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1661872747,\"status_label\":\"Open\"},{\"status_id\":0,\"remark\":\"Candidate placed \",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1669309874,\"status_label\":\"Closed\"},{\"status_id\":1,\"remark\":\"\",\"updated_by\":\"Rutvik Mahendru\",\"updated_on\":1669309899,\"status_label\":\"Open\"}]",
"latitude": "36.778261",
"longitude": "-119.4179324",
"city": "New York Full time",
"locality": "",
"state": "Maharashra",
"country": "India",
"address": "",
"created_on": "2021-12-01T13:13:56.000000Z",
"created_by": 24194,
"updated_on": "2022-11-25T15:21:25.000000Z",
"updated_by": 25538,
"owner": 17674,
"enable_job_application_form": 1,
"job_posting_status": 4,
"job_code": "J18812770",
"show_company_logo": 1,
"specialization": "",
"qualification_id": 0,
"currency_id": 38,
"job_description_text": "At Amazon, we're working to be the most Customer-centric company on earth. We are seeking a UX Designer delivering innovation to support Amazon's grocery offering. As a Designer, you'll demonstrate design leadership to ensure that our products are both trusted and loved by our customers. You will work with cross-discipline teams to advise on roadmaps, requirements, research inputs, product validation, and keeping the quality bar high. We’re looking for someone who can bring in fresh insights and help lead innovation in a start-up environment with lots of green space. As a role model for mixed-method design & research best practices, you will leverage a deep understanding of customer needs, strong technical acumen, and strategic long-term business thinking to drive vision, execution of next-generation initiatives.<br />\n<br />\n<a href=\"https://docs.google.com/document/d/1J8XvLV58zfqz84nnYYlugYi-w5TcePQ4eWHot2KaC7E/edit\">test</a> <a href=\"https://docs.google.com/document/d/1qpI-nxMsqFDc8SCBOw-S9dSi9ikAQgJe/edit#heading=h.gjdgxs\">test video</a> <a href=\"https://drive.google.com/file/d/1C10TFX5_uC_O-ADM4qeKrIpunuco3hGX/view?usp=sharing\">test24</a><br />\n https://help.recruitcrm.io/en/collections/787852-email<br />\n<br />\n<strong><u>Responsibilities</u></strong>\n<ul>\n\t<li>Defining and driving the UX vision & identity for the Distribution Center Warehouse Management System.</li>\n\t<li>Going deep on consumer insights, product analytics, and competitive intelligence to identify unseen opportunities, and drive product & experience innovation.</li>\n\t<li>Leading brainstorming sessions and design reviews and quick, iterative user research for ideation and concept refinement.</li>\n\t<li>Create and rapidly iterate on ideas in order to develop them, via storyboards, user flows, mock-ups, and prototypes, or other novel methods.</li>\n\t<li>Evangelizing initiatives to a diverse audience, across business and technical teams in both ad-hoc and formal presentations.</li>\n\t<li>Staying on the cutting edge of what’s new in technology and user experience, identifying, experimenting with acting on new technologies and interaction patterns.</li>\n\t<li>Contributing to the future direction of design at Amazon with the larger Amazon Design community.<br />\n\t </li>\n</ul>\n<strong><u>Basic Qualifications</u></strong>\n\n<ul>\n\t<li>3-5 years of related UX design experience</li>\n\t<li>Experience with user research and incorporating quantitative customer data into UX deliverables</li>\n\t<li>Bachelor’s degree or equivalent experience</li>\n</ul>\n<strong><u>Preferred Qualifications</u></strong>\n\n<ul>\n\t<li>Experience working in Supply Chain and/or Distribution Centers.</li>\n\t<li>Demonstrated ability to influence product teams and product decisions via design and research.</li>\n\t<li>A track record of innovating work.</li>\n\t<li>Experience building creative centers of excellence.</li>\n\t<li>Master’s degree in Design, HCI, or related field or equivalent professional experience.</li>\n\t<li>Able to work in a diverse team.</li>\n\t<li>Expert knowledge of prototyping and testing at large and small scale.</li>\n\t<li>Inspiring and precise executive-level communication and presentation skills.</li>\n\t<li>Proficiency in using contemporary design tools to solve complex problems and communicate in visually stunning detail.</li>\n\t<li>A strong portfolio of innovative design work that demonstrates the industry-leading design and business success.</li>\n</ul>\nAmazon is committed to a diverse and inclusive workplace. Amazon is an equal opportunity employer and does not discriminate on the basis of race, national origin, gender, gender identity, sexual orientation, protected veteran status, disability, age, or another legally protected status. For individuals with disabilities who would like to request accommodation, please visit https://www.amazon.jobs/en/disability/us.",
"job_description_file": "",
"job_questions": [
{
"id": 768,
"question": "Did you complete a fellowship?"
},
{
"id": 3035,
"question": "Where did you hear about us?"
}
],
"collaborators": [
{
"id": 20422,
"first_name": "Sharanya",
"last_name": "J",
"email": "sharanya@recruitcrm.io",
"contact_number": "+919676838261",
"avatar": "https://production-recruitcrm.s3.ap-southeast-1.amazonaws.com/2227/Users/Sharanya_J_3/photo?updatedonParam=1655958916930,logo.jpeg"
},
{
"id": 24194,
"first_name": "Gurinayat",
"last_name": "Sarna",
"email": "gurinayat@recruitcrm.io",
"contact_number": "+918360496480",
"avatar": ""
}
],
"custom_fields": [
{
"field_id": 1,
"entity_type": "job",
"field_name": "Type",
"field_type": "dropdown",
"value": "Permanent"
},
{
"field_id": 2,
"entity_type": "job",
"field_name": "No of vacancies",
"field_type": "number",
"value": null
},
{
"field_id": 3,
"entity_type": "job",
"field_name": "Priority",
"field_type": "dropdown",
"value": "Top 8"
},
{
"field_id": 4,
"entity_type": "job",
"field_name": "Duration",
"field_type": "dropdown",
"value": "6 Months"
},
{
"field_id": 5,
"entity_type": "job",
"field_name": "Estimated Fees",
"field_type": "number",
"value": "56000"
}
],
"resource_url": "https://app.recruitcrm.io/job/16383644364890016674giJ",
"application_form_url": "https://recruitcrm.io/apply/16383644364890016674giJ",
"shared_job_image": "https://app.recruitcrm.io/assets/images/social-media-share-default.jpg",
"hiring_pipeline_id": 0
}The above data returned by Recruit CRM API can be used in any way the developer wants. If there is a need to apply a filter on any specific field, such as ‘Job Application Form’ - “enable_job_application_form”: 1, it can be handled on the client’s developer end.
3. Display All Open Jobs of a Specific Company from Recruit CRM to Careers Page (Your Website):
Use Search for Jobs Endpoint - Open Jobs for a specific company
Once again, this endpoint needs to be used here. The request body should contain the values for open jobs & the company name.
It should look something like this:
{
"job_status": 1,
"company_name": "Your Company Name"
}
Here’s how the cURL would look like:
curl --request GET \
--url 'https://api.recruitcrm.io/v1/jobs/search?job_status=1&company_name=Your%20Company%20Name' \
--header 'Authorization: Bearer {YOUR_API_TOKEN}' \
--header 'Content-Type: application/json'
The response structure would be similar to the ones shared in the above scenarios. It will return a list of all the open jobs for a specific company given in the request.
