hicounselor.com Open in urlscan Pro
2606:4700:20::ac43:4bb9  Public Scan

Submitted URL: http://hicounselor.com/
Effective URL: https://hicounselor.com/
Submission: On November 29 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

<form id="loginfrm">
  <input type="hidden" name="redirect" value="https://hicounselor.com/">
  <div class="form-group">
    <label class="sign-in-label">Username/Email ID</label>
    <input type="email" id="email_login" name="email" placeholder="Enter Username/Email ID" class="signin-input">
  </div>
  <div class="form-group mt-all-24">
    <label class="sign-in-label">Password</label>
    <input type="password" name="password" id="password_login" placeholder="Enter Password" value="" class="signin-input">
    <div id="signin_password_id">
      <span toggle="#password_login" class="input-group-text bi bi-eye-slash field-icon toggle-password"></span>
    </div>
    <div id="snipperf" align="center"></div>
    <a href="#" id="forgot" data-toggle="modal" data-target="#forgot_form" data-dismiss="modal" class="forgot-password-link">Forgot Password?</a>
  </div>
  <div class="sign-in-button-wrapper">
    <input type="submit" id="loginbtn" class="signin-btn" value="Sign in">
  </div>
</form>

<form id="ref_signup_form">
  <div class="signup-form-section">
    <div id="snipper" align="cneter"></div>
    <div class="form-group">
      <label class="sign-in-label">Full Name<span>*</span></label>
      <input type="text" id="ref_name" name="name" placeholder="Enter full name" class="signin-input">
    </div>
    <div class="form-group mt-all-24">
      <label class="sign-in-label">Email ID<span>*</span></label>
      <input type="email" id="ref_email_id" name="email" placeholder="Enter email id" class="signin-input">
    </div>
    <div class="form-group mt-all-24">
      <label class="sign-in-label">Phone<span>*</span></label>
      <input type="text" id="phone_no" name="phone" placeholder="Enter phone no" class="signin-input">
    </div>
    <div class="form-group mt-all-24">
      <label class="sign-in-label">Password<span>*</span></label>
      <input type="password" name="password" id="ref_password" placeholder="Enter password" class="signin-input">
    </div>
    <div class="form-group mt-all-24">
      <div class="select reg_select" id="job_career">
        <label class="sign-in-label">Career track you are interested in?</label>
        <select class="signup-select" name="job_career" id="job_career_sele">
          <!-- <option value="" disabled="disabled" selected="true">Career Interests?</option> -->
          <option value="Software Engineer">Software Engineer</option>
          <option value="Backend Developer">Backend Developer</option>
          <option value="Frontend Developer">Frontend Developer</option>
          <option value="Full-stack Developer">Full-stack Developer</option>
          <option value="Data Analyst">Data Analyst</option>
          <option value="Data Scientist">Data Scientist</option>
          <option value="Data Engineer">Data Engineer</option>
          <option value="Business Intelligence Engineer">Business Intelligence Engineer</option>
          <option value="Business Analyst">Business Analyst</option>
          <option value="Product Manager">Product Manager</option>
          <option value="Program Manager">Program Manager</option>
          <option value="Project Manager">Project Manager</option>
          <option value="Salesforce Consultant/Admin">Salesforce Consultant/Admin</option>
          <option value="Salesforce Developer">Salesforce Developer</option>
          <option value="Sales">Sales</option>
          <option value="Marketing">Marketing</option>
          <option value="Customer Support">Customer Support</option>
          <option value="Other">Other</option>
        </select>
      </div>
    </div>
    <div id="job_career_other" style="display: none;">
      <div class="form-group mt-all-24">
        <input type="text" name="job_career_other" class="signin-input" placeholder="Other Career Interests?">
      </div>
    </div>
    <div class="form-group mt-all-24">
      <label class="sign-in-label">Are you currently physically present in the US?</label>
      <select class="signup-select" name="eligibility_to_work" id="eligibility_to_work">
        <!-- <option value="" disabled="disabled" selected="true">Currently Physically?</option> -->
        <option value="Yes">Yes</option>
        <option value="No">No</option>
      </select>
    </div>
    <label class="sign-in-label">If you are a student, what is your graduation date ?</label>
    <div class="input-group mt-all-24">
      <input type="text" id="datepicker" name="graduation_date" class="signup-date placeholderclass hasDatepicker" onclick="if (!window.__cfRLUnblockHandlers) return false; $(this).removeClass('placeholderclass')"
        placeholder="Select graduation date">
      <div class="input-group-addon date-addon" id="dateaddon">
        <img src="https://hicounselor.com/assets/frontend/images/images-new-home/calendar_icon.svg" class="img-fluid" alt="image">
      </div>
    </div>
    <div class="form-group mt-all-24">
      <label class="sign-in-label">Linkedin Profile</label>
      <input type="text" name="linkedin_profile" id="linkedin_profile" class="signin-input" placeholder="Enter Linkedin Profile ID">
    </div>
  </div>
  <div class="sign-up-button-wrapper">
    <input id="refsignupbtn" type="submit" class="signin-btn" value="Sign Up">
  </div>
  <div class="signin-link-section signInClick">Remember Password ? <a href="javascript:void(0)">Sign In</a></div>
</form>

POST

<form id="loginfrm" method="post">
  <div class="form-group">
    <label class="forgot-email-label">Email ID<span>*</span></label>
    <input type="email" id="email" name="email" placeholder="Enter Email ID" class="signin-input">
  </div>
  <div id="snipper_forgot" align="center"></div>
  <div class="sign-in-button-wrapper">
    <input type="submit" id="forgotbtn" class="signin-btn" value="Send">
  </div>
</form>

POST

<form method="post" id="ref_newletter_form">
  <div class="status"></div>
  <h2 style="text-align: center;font-size: 21px !important;">GET EARLY ACCESS TO AUTO-APPLICATION TOOL</h2>
  <div class="form-group">
    <label class="form-label">Full Name*</label>
    <input type="text" id="n_full_name" name="name" class="form-control" autocomplete="off" placeholder="Enter Full Name" required="">
  </div>
  <div class="form-group">
    <label class="form-label">Email*</label>
    <input type="email" id="n_email" name="email" class="form-control" autocomplete="off" placeholder="Enter Email" required="">
  </div>
  <div class="form-group" id="job_career">
    <label class="label-block">Career track you are interested in?</label>
    <select class="form-control w-100" name="job_career" id="job_career_sele">
      <option value="Software Engineering">Software Engineering</option>
      <option value="Data Science">Data Science</option>
      <option value="Product Management">Product Management</option>
      <option value="Salesforce">Salesforce</option>
      <option value="Other">Other</option>
    </select>
  </div>
  <div id="job_career_other" style="display: none;">
    <div class="form-group">
      <input type="text" name="job_career_other" id="job_career_other" class="form-control" placeholder="Other Career Interests?" style="display: none;">
    </div>
  </div>
  <div class="form-group">
    <label class="label-block">Are you currently physically present in the US?</label>
    <select class="form-control w-100" name="n_location" id="n_location">
      <option value="" disabled="disabled" selected="true">Currently Physically? </option>
      <option value="Yes">Yes</option>
      <option value="No">No</option>
    </select>
  </div>
  <div class="form-group">
    <label class="label-block">LinkedIn Profile</label>
    <input type="text" name="linkedin_profile" id="linkedin_profile" class="form-control">
  </div>
  <div class="form-group">
    <input type="submit" id="refnewletterbtn" class="btn btn-block" value="Subscribe">
  </div>
</form>

Text Content

Click here to join our community of experts to get information on job search,
salaries and more.


Menu
×
 * HOT Internships
 * Projects
 * Resume
   * Resume Builder
   * Resume Bullet Points
   * Resume Action Words
   * Scan Your Resume
 * Jobs
     
   * Jobs
     * All Jobs
     * Software Engineering Jobs
     * Data Related Jobs
     * Dashboard
   * Networking Tools
     * Recruiter Database from Companies that Sponsor H-1B
     * Recruiters from 100M+ Funded Silicon Valley Companies
     * Recruiters from Recently Funded Tech Companies
     * University Recruiter Database
     * Actively Hiring Recruiters Database
   * Employers Database
     * H1B Employers Database
     * Company career pages
 * Resources
   * Blog
   * Virtual Job Fair
     * Job Fair - November 30th
       
       
     * Job Roles at Participating Companies
   * Career Events
     
   * Auto Job Application
   * Stop OPT Clock
   * Expert Interviews
     * All Interviews
     * Software Engineers' Interviews
     * Data Professionals' Interviews
     * Product Managers' Interviews
   * Coding Practice Platform
   * Campus Ambassador
 * Employers

Login Candidate Login Employer Login



 * HOT Internships
 * Projects
   
 * Resume
   * Resume Builder
   * Resume Bullet Points
   * Resume Action Words
   * Scan Your Resume
   
 * Jobs
     
   * Jobs
     * All Jobs
     * Software Engineering Jobs
     * Data Related Jobs
     * Dashboard
   * Networking Tools
     * Recruiter Database from Companies that Sponsor H-1B
     * Recruiters from 100M+ Funded Silicon Valley Companies
     * Recruiters from Recently Funded Tech Companies
     * University Recruiter Database
     * Actively Hiring Recruiters Database
   * Employers Database
     * H1B Employers Database
     * Company career pages
 * Resources
   * Blog
   * Virtual Job Fair
     * Job Fair - November 30th
       
     * Job Openings at Participating Companies
       
       
   * Career Events
     
   * Auto Job Application
   * Stop OPT Clock
   * Expert Interviews
     * All Interviews
     * Software Engineers' Interviews
     * Data Professionals' Interviews
     * Product Managers' Interviews
   * Coding Practice Platform
   * Campus Ambassador
 * Employers

Login Candidate Login Employer Login



FASTEST WAY TO LAND YOUR DREAM JOB.
MAXIMUM INTERVIEWS. MINIMUM EFFORTS.

Try our Career Accelerator for 1 week, risk-free

Apply to upcoming cohort



LAND MORE INTERVIEWS

With our Automated Tools


CRUSH INTERVIEWS

Technical or Behavioral


START WORKING

Pay Us Later


YOUR TRUE JOB SEARCH COMPANION

WATCH HOW OUR


CAREER ACCELERATOR WORKS




GET 3X INTERVIEWS


CONNECT WITH RECRUITERS
THROUGH OUR REFERRAL NETWORK




AUTO-APPLY TO JOBS




AUTO-EMAILS TO COMPANY INSIDERS




NETWORK WITH COMPANY INSIDERS




CONNECT WITH RECRUITERS
THROUGH OUR REFERRAL NETWORK


AUTO-APPLY TO
JOBS


AUTO-EMAILS TO
COMPANY INSIDERS


NETWORK WITH
COMPANY INSIDERS





CRUSH INTERVIEWS WITH HICOUNSELOR


IN-DEMAND INDUSTRY COURSES


400+ INTERVIEW QUESTIONS WITH SOLUTIONS


RESUME & LINKEDIN OPTIMIZATION


PERSONALIZED 1:1 EXPERT GUIDANCE

OUR MOST RECENT CANDIDATES WORK FOR THE FOLLOWING COMPANIES




RESERVE YOUR SPOT TODAY


OUR CAREER ACCELERATOR FILLS UP FAST !

Career Track Application Deadline Start Date Action Software Engineering 8th Dec
2023 11th Dec 2023 Apply Now Data Science 8th Dec 2023 11th Dec 2023 Apply Now
Product Management 8th Dec 2023 11th Dec 2023 Apply Now Salesforce Consultant
8th Dec 2023 11th Dec 2023 Apply Now Sales 8th Dec 2023 11th Dec 2023 Apply Now

HICOUNSELOR


FEATURED IN




HERE’S WHAT OUR CANDIDATES
ARE SAYING ABOUT US


AKSHAY KULKARNI

PRODUCT MANAGER AT A LEADING TECH COMPANY

“HiCounselor encouraged me, always believed in me even when I doubted myself,
and made sure that I maintained a positive outlook during the job search
process. I would highly recommend HiCounselor to all jobseekers out there.”




IVAN GORYACHKIN

PRODUCT OWNER AT ACCELERATE

“HiCounselor prepares you to excel at different types of interviews. That's a
huge plus. They coach you to articulate your previous experience into something
that you want to transition to. I could overcome my distress of unemployment,
find consistency in my job search and even reach the final interview rounds. I
could not have done any of this without HiCounselor.”




JEFFREY LEE

SOFTWARE ENGINEER AT POWERSCHOOL

“I like HiCounselor's email outreach program. Though I already knew about
networking and how it helps job-seekers in the United States, I did not know how
to do it by myself. So, if you are an international student like me, consider
this as an investment. You will never regret HiCounselor's email outreach. I
have a job now but I still maintain the excellent connections I made.”




HABIB KARBASIAN

DATA SCIENTIST AT NEAL ANALYTICS

“I was ready to give up [on the job search point] and I was at my lowest
point...fortunately, HiCounselor was my last resort and they walked me through
every step of the interview process. The program was the light at the end of the
tunnel [for me], and I landed a job within 1 month”




EMIL JOSWIN

SOFTWARE ENGINEER AT HABU

“When it comes to HiCounselor, the biggest plus is that they will do the
networking on your behalf, which in my experience saved 95% of my time and
energy. I was able to then channel my time and energy into being prepared for
interviews.”




WEI YUAN

BUSINESS AND DATA ANALYST

“Before joining HiCounselor I felt like I was spinning my wheels. Applying to
jobs online with no networking and no focus.Thanks to HiCounselor's training and
networking, I learned how to network and turn leads into offers!”




AKSHAY KULKARNI

PRODUCT MANAGER AT A LEADING TECH COMPANY

“HiCounselor encouraged me, always believed in me even when I doubted myself,
and made sure that I maintained a positive outlook during the job search
process. I would highly recommend HiCounselor to all jobseekers out there.”




IVAN GORYACHKIN

PRODUCT OWNER AT ACCELERATE

“HiCounselor prepares you to excel at different types of interviews. That's a
huge plus. They coach you to articulate your previous experience into something
that you want to transition to. I could overcome my distress of unemployment,
find consistency in my job search and even reach the final interview rounds. I
could not have done any of this without HiCounselor.”




JEFFREY LEE

SOFTWARE ENGINEER AT POWERSCHOOL

“I like HiCounselor's email outreach program. Though I already knew about
networking and how it helps job-seekers in the United States, I did not know how
to do it by myself. So, if you are an international student like me, consider
this as an investment. You will never regret HiCounselor's email outreach. I
have a job now but I still maintain the excellent connections I made.”




HABIB KARBASIAN

DATA SCIENTIST AT NEAL ANALYTICS

“I was ready to give up [on the job search point] and I was at my lowest
point...fortunately, HiCounselor was my last resort and they walked me through
every step of the interview process. The program was the light at the end of the
tunnel [for me], and I landed a job within 1 month”




EMIL JOSWIN

SOFTWARE ENGINEER AT HABU

“When it comes to HiCounselor, the biggest plus is that they will do the
networking on your behalf, which in my experience saved 95% of my time and
energy. I was able to then channel my time and energy into being prepared for
interviews.”




WEI YUAN

BUSINESS AND DATA ANALYST

“Before joining HiCounselor I felt like I was spinning my wheels. Applying to
jobs online with no networking and no focus.Thanks to HiCounselor's training and
networking, I learned how to network and turn leads into offers!”


prev
next


HABIB KARBASIAN

Data Scientist at Neal Analytics

EMIL JOSWIN

Software Engineer at Habu

WEI YUAN

Business and Data Analyst

AKSHAY KULKARNI

Product Manager at Leading Tech

IVAN GORYACHKIN

Product Owner at Accelerate

JEFFREY LEE

Software Engineer at PowerSchool



View more success stories


APPLY TO HICOUNSELOR


Apply to upcoming cohort


OUR FINANCING GUIDE

HiCounselor understands that financing should never be a roadblock when starting
a new career. With this in mind, we have created a financing guide to help meet
your specific needs.

View Now



USEFUL LINKS

 * Home
 * About Us
 * FAQ
 * Blog
 * Reviews
 * Contact Us

RESOURCES

   
   
 * Coding Practice Platform
 * Education
 * Become an Instructor
 * Get Early Access to Auto-application Tool
 * Events and Webinars
 * Campus Ambassador
   

LEGAL STUFF

   
 * Terms of Use
 * Privacy Policy

LATEST NEWS

HR's Next Chapter: Innovation and Growth in 2023

Tech Jobs in the Post-Covid Era: What it Means for You

The Art Of Managing Layoffs: What To Do When Layoffs Are Inevitable


Copyright © 2023 HiCounselor. All rights reserved.

 * 
 * 
 * 
 * 

×
Sign In
Username/Email ID
Password


Forgot Password?


First time here? Create an Account.

We make it Happen !
Take the leap to a rewarding job that pays you well and that you enjoy.
Success Stories
 * 
 * 
 * 

Habib Karbasian
Data Scientist at Neal Analytics
“I was ready to give up [on the job search point] and I was at my lowest
point...fortunately, HiCounselor was my last resort and they walked me through
every step of the interview process. The program was the light at the end of the
tunnel [for me], and I landed a job within 1 month”
Wei Yuan
Business And Data Analyst
“Before joining HiCounselor I felt like I was spinning my wheels. Applying to
jobs online with no networking and no focus.Thanks to HiCounselor's training and
networking, I learned how to network and turn leads into offers!”
EMIL JOSWIN
Software Engineer at Habu
“When it comes to HiCounselor, the biggest plus is that they will do the
networking on your behalf, which in my experience saved 95% of my time and
energy. I was able to then channel my time and energy into being prepared for
interviews.”
Sign Up
Full Name*
Email ID*
Phone*
Password*
Career track you are interested in? Software Engineer Backend Developer Frontend
Developer Full-stack Developer Data Analyst Data Scientist Data Engineer
Business Intelligence Engineer Business Analyst Product Manager Program Manager
Project Manager Salesforce Consultant/Admin Salesforce Developer Sales Marketing
Customer Support Other

Are you currently physically present in the US? Yes No
If you are a student, what is your graduation date ?

Linkedin Profile

Remember Password ? Sign In
×
Forgot Password
Email ID*



Remember Password ? Login

First time here? Create an Account.

×

Join our private community on

aditya.hicounselor Aditya.HiCounselor

Learn about salaries and job search strategies.
Stay updated every day by joining our YouTube
and Instagram channels.

×


GET EARLY ACCESS TO AUTO-APPLICATION TOOL

Full Name*
Email*
Career track you are interested in? Software Engineering Data Science Product
Management Salesforce Other

Are you currently physically present in the US? Currently Physically? Yes No
LinkedIn Profile

×


TO CONTINUE BROWSING,
SIGN IN WITH HICOUNSELOR ACCOUNT

Sign in now

First time here? Create an Account.