To inquire about uploading a role role to Acturhire.com, please submit a request below, or contact us at jobs@acturhire.com

Find your next hire from thousands of actuaries across the US

Step 2

Step 1

Create

Purchase

Tell us about the position

Tell us about your company

Max file size 10MB.
Uploading...
fileuploaded.jpg
Upload failed. Max size for files is 10 MB.
Thank you! Your submission has been received.

We'll be in touch soon.
Oops! Something went wrong while submitting the form.

If you have any questions, please contact us at jobs@acturhire.com

about Acturhire

Frequently asked questions

How do I upload a role to Actuhire?

Use the form above to upload a job role to Acturhire.com. The role will go live on the site within 24 hours.

Is there a cost associated with uploading a role to Acturhire?

No, at this time there is no cost associated with uploading role to Acturhire.com

Who do I contact if I have more questions?

For any questions, please contact acturhire@gmail.com

document.addEventListener("DOMContentLoaded", function() { const form = document.querySelector('form'); form.addEventListener('submit', function(e) { const urlInput = document.querySelector('input[name="website-url"]'); const urlPattern = new RegExp('^(https?:\\/\\/)?'+ // protocol '((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|'+ // domain name and extension '((\\d{1,3}\\.){3}\\d{1,3}))'+ // OR ip (v4) address '(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*'+ // port and path '(\\?[;&a-z\\d%_.~+=-]*)?'+ // query string '(\\#[-a-z\\d_]*)?$','i'); // fragment locator if (!urlPattern.test(urlInput.value)) { alert("Please enter a valid URL."); e.preventDefault(); // Prevent form submission } }); });