Democratization of H1B Visa Salaries
H1BSalary.Org portal indexed ~10 Million Labor Condition & PERM Applications from 2001 onwards.
- H1B Search
- University
- Jobs
- 0 H1B Applications
- 0 PERM Applications
- Company Info
- H1B Applications
H1B Salary Info Chart
LCA Salary Info will render here
Employer | JobTitle | SalaryInfo | DecisionDate | WorkCity | CaseNumber | Details |
---|
H1B Salary by City
LCA Avg Salary Info By City will render here
LCA Applicants by City will render here
Employer | WorkCity | Applications | AverageSalary |
---|
H1B Salary by Job Title
LCA Salary Info By Job Title will render here
LCA Salary Info By Job Title will render here
Employer | JobTitle | Applications | AverageSalary |
---|
H1B Salary by Year
LCA Applications By Year will render here
LCA Avg Salary Info By Year will render here
Employer | Year | Applications | AverageSalary |
---|
H1B Salary by Employer
LCA Avg Salary Info By Year will render here
LCA Salary Info by Employer Name will render here
Employer | Applications | AverageSalary |
---|
'; lcadetails += '
'; // lcadetails += ' ' ; lcadetails += '
' + json[0].employer_name + '
'; lcadetails += '
' + json[0].job_title + '
'; lcadetails += '
' + json[0].employer_phone + '
'; lcadetails += '
Wage Info
'; lcadetails += '
' + json[0].wage_offer_from + '- ' + json[0].wage_offer_to + ' / ' + json[0].pay_period + '
'; lcadetails += '
Prevailing Wage
'; lcadetails += '
' + json[0].prevailing_wage + '
'; lcadetails += '
'; lcadetails += '
'; lcadetails += '
Employer Location
'; lcadetails += '
' + json[0].employer_address + '
'; lcadetails += '
' + json[0].employer_city + '
' + json[0].employer_state + ' - ' + json[0].employer_postal_code + '
'; lcadetails += '
Work Location
'; lcadetails += '
' + json[0].worksite_city + '
' + json[0].worksite_state + ' - ' + json[0].worksite_postal_code + '
'; lcadetails += '
'; lcadetails += '
'; lcadetails += '
LCA Info
'; lcadetails += '
Case Number
'; lcadetails += '
' + json[0].case_number + '
'; lcadetails += '
Case Status
'; lcadetails += '
' + json[0].case_status + '
'; lcadetails += '
New or Renewal LCA Filing
'; lcadetails += '
' + json[0].new_employment + '
'; lcadetails += '
'; lcadetails += '
'; lcadetails += '
Employment Dates
'; lcadetails += '
Employment Start Date
'; lcadetails += '
' + json[0].start_date + '
'; lcadetails += '
Employment End Date
'; lcadetails += '
' + json[0].end_date + '
'; lcadetails += '
LCA Submitted Date
'; lcadetails += '
' + json[0].submitted_date + '
'; lcadetails += '
LCA Decision Date
'; lcadetails += '
' + json[0].decision_date + '
'; lcadetails += '
'; lcadetails += '
'; // lcadetails += ' Additional Details '; lcadetails += ' Additional Details '; // lcadetails += "Share this " ; // \"Mini\" lcadetails += '
'; lcadetails += '
'; pageno = getRandomInt(5); // Jobs container holder lcadetails += '
'; // zr_job_title = encodeURIComponent(rowData.job_title) ; // zr_work_location = encodeURIComponent(rowData.worksite_city) ; zr_job_title = rowData.job_title; zr_work_location = rowData.worksite_city; // console.log(zr_job_title+','+zr_work_location); // GetJobs( 'software engineer' , 'Austin') ; jobs_html = GetJobs(zr_job_title, zr_work_location); lcadetails += jobs_html; div .append(lcadetails); return div; } } // ### Disable id_progress_loader interstitial page $("#id_progress_loader").html(""); $("#id_progress_loader").addClass("hidden");
'; if(item.job_title) tooltext += '
' + item.job_title + '
'; if(item.worksite_city) tooltext += '
' + item.worksite_city + '
'; if(item.ncount) tooltext += '
Applications ' + item.ncount + '
'; if(item.avg_salary) tooltext += '
$ ' + (item.avg_salary) + '
'; if(item.university_name) tooltext += '
' + item.university_name + '
'; if(item.field_of_study) tooltext += '
' + item.field_of_study + '
'; if(item.graduation_year) tooltext += '
' + item.graduation_year + '
'; if(item.country) tooltext += '
' + item.country + '
'; if(item.year) tooltext += '
' + item.year + '
'; tooltext += '
'; if (!result[label]) if(label) { result.push({ label, value, tooltext, link }); } }}return result;}// end of if(data) check}function fs_chart_configs(data,api_employer='api_employer',type='salary',perm_or_lca="perm"){ if(perm_or_lca=='perm') { if(type=='salary') { var caption = decodeURIComponent(api_employer) + " Green Card PERM Average Salary Information" ; var yAxisName = "Green Card PERM Salary Info (in USD )" ; var numberSuffix = " K/Year" ; var paletteColors = "#0075c2" ; } if(type=='ncount') { var caption = decodeURIComponent(api_employer) + " Green Card PERM Applications" ; var yAxisName = "Number of Applications" ; var numberSuffix = "" ; var paletteColors = "#96754b" ; } } if(perm_or_lca=='lca') { if(type=='salary') { var caption = decodeURIComponent(api_employer) + " H1B LCA Average Salary Information" ; var yAxisName = "H1B LCA Averge Salary Info (in USD )" ; var numberSuffix = " K/Year" ; var paletteColors = "#0075c2" ; } if(type=='ncount') { var caption = decodeURIComponent(api_employer) + " H1B LCA Applications" ; var yAxisName = "Number of Applications" ; var numberSuffix = "" ; var paletteColors = "#96754b" ; } } //STEP 3 - Chart Configurations chartConfigs = { type: "column3d", width: "100%", height: "100%", dataFormat: "json", dataSource: { // Chart Configuration "chart": { "caption": caption, // "subCaption": "H1B Salary Data by Job Title", // "xAxisName": "Job Title", "yAxisName": yAxisName, "numberSuffix": numberSuffix , "theme": "zune", // "theme" :"fint", "showPrintMenuItem": "1", "showLabels": "1", "legendItemFontColor": "#666666", "showLabels": "1", "showPrintMenuItem": "1", "paletteColors": paletteColors , "bgColor": "#ffffff", "borderAlpha": "20", "canvasBorderAlpha": "0", "usePlotGradientColor": "0", "plotBorderAlpha": "10", "placevaluesInside": "0", "rotatevalues": "1", "valueFontColor": "#ffffff", "showXAxisLine": "1", "xAxisLineColor": "#999999", "divlineColor": "#999999", "divLineIsDashed": "1", "showAlternateHGridColor": "0", "subcaptionFontBold": "1", "subcaptionFontSize": "14", "showValues": "0", "labelDisplay": "rotate", "exportEnabled": "1", "exportFormats": "PNG|PDF|XLSX|CSV", "baseFontColor": "#0066cc", }, // Chart Data "data": data } } return chartConfigs ;}
Green Card PERM Salary Info will render here
Employer | JobTitle | SalaryInfo | DecisionDate | WorkCity | Citizenship | UniversityName | CaseNumber | Details |
---|
PERM Salary & Applications By Country
PERM Salary by Country
Employer | Country | Applications | AverageSalary |
---|
PERM Avg Salary By University will render here
Employer | UniversityName | Applications | AverageSalary |
---|
PERM Salary by City
PERM Avg Salary Info By City will render here
PERM Applicants by City will render here
Green Card Average Salary by City
Employer | WorkCity | Applications | AverageSalary |
---|
PERM Salary by Job
PERM Salary Info By Job Title will render here
PERM Salary Info By Job Title will render here
Employer | JobTitle | Applications | AverageSalary |
---|
PERM Salary by Year
PERM Applications By Year will render here
PERM Avg Salary By Year will render here
Employer | Year | Applications | AverageSalary |
---|
PERM Salary by Employer
LCA Avg Salary Info By Year will render here
Employer | Applications | AverageSalary |
---|
'; permdetails += '
'; // permdetails += ' ' ; permdetails += '
' + permjson[0].employer_name + '
'; permdetails += '
' + permjson[0].job_title + '
'; permdetails += '
' + permjson[0].employer_phone + '
'; permdetails += '
Wage Info
'; permdetails += '
' + permjson[0].wage_offer_from + '- ' + permjson[0].wage_offer_to + ' / ' + permjson[0].pay_period + '
'; permdetails += '
Prevailing Wage
'; permdetails += '
' + permjson[0].prevailing_wage + '
'; permdetails += '
'; permdetails += '
'; permdetails += '
Employer Location
'; permdetails += '
' + permjson[0].employer_address + '
'; permdetails += '
' + permjson[0].employer_city + '
' + permjson[0].employer_state + ' - ' + permjson[0].employer_postal_code + '
'; permdetails += '
Work Location
'; permdetails += '
' + permjson[0].worksite_city + '
' + permjson[0].worksite_state + ' - ' + permjson[0].worksite_postal_code + '
'; permdetails += '
'; permdetails += '
'; permdetails += '
University Name
'; permdetails += '
' + permjson[0].university_name + '
'; //permdetails += '
University Country
' ; permdetails += '
' + permjson[0].university_country + '
'; permdetails += '
Field of Study
'; permdetails += '
' + permjson[0].field_of_study + '
' permdetails += '
Graduation Year
' ; permdetails += '
'+permjson[0].graduation_year+'
' permdetails += '
'; permdetails += '
'; permdetails += '
PERM Info
'; permdetails += '
Case Number
'; permdetails += '
' + permjson[0].case_number + '
'; permdetails += '
Case Status
'; permdetails += '
' + permjson[0].case_status + '
'; permdetails += '
Class of Admission
' ; permdetails += '
'+permjson[0].class_of_admission+'
' ; permdetails += '
Employment Dates
'; if (permjson[0].start_date) permdetails += '
Employment Start Date
'; if (permjson[0].start_date) permdetails += '
' + permjson[0].start_date + '
'; if (permjson[0].end_date) permdetails += '
Employment End Date
'; if (permjson[0].end_date) permdetails += '
' + permjson[0].end_date + '
'; permdetails += '
PERM Submitted Date
'; permdetails += '
' + permjson[0].submitted_date + '
'; permdetails += '
PERM Decision Date
'; permdetails += '
' + permjson[0].decision_date + '
'; permdetails += '
'; if(permjson[0].job_requirements) { var job_requirements= (permjson[0].job_requirements).replaceAll(';br' , '
') ; console.log(job_requirements); permdetails += '
' ; permdetails += '
Job Requirements
' ; permdetails += '
'+job_requirements+'
' ; permdetails += '
' ; } if(permjson[0].job_duties) { var job_duties= (permjson[0].job_duties).replaceAll(';br' , '
') ; permdetails += '
' ; permdetails += '
Job Duties
' ; permdetails += '
'+job_duties+'
' ; permdetails += '
' ; } permdetails += '
'; // permdetails += ' Additional Details '; permdetails += ' Additional Details ' ; permdetails += '
'; permdetails += '
'; pageno = getRandomInt(5); var zr_job_search_url = "https://api.ziprecruiter.com/jobs/v1?search=" + encodeURIComponent(rowData.job_title) + "&location=" + encodeURIComponent(rowData.worksite_city) + "&radius_miles=50&days_ago=30&jobs_per_page=1&page=" + pageno + "&api_key=fu9qedqu4bph8wm24yu4t3us6r4fi5xw&refine_by_salary=200000 "; // console.log(zr_job_search_url) ; zr_job_title = rowData.job_title ; zr_work_location = rowData.worksite_city; console.log(zr_job_title+','+zr_work_location); // GetJobs( 'software engineer' , 'Austin') ; var perm_jobs_html = GetJobs( zr_job_title , zr_work_location) ; permdetails += perm_jobs_html; div .append(permdetails); return div; }
Featured Employers in the Neighborhood
Employers in the Zip Code will appear here
') $('#resultArea').html('
') }, success: function(data){ // console.log(data.query.pages); if((data.query) !== undefined) { dataNum = Object.keys(data.query.pages)[0]; $('#resultArea').empty(); let newTitle = '
'+data.query.pages[dataNum].title+'
'; $('#resultArea').html(`${newTitle}
${data.query.pages[dataNum].extract}
`); // console.log(data); } else { $('#resultArea').html('
Sorry! We did not find any matching results.
') } }, complete: function(){ // $('#sTerm').val(''); // $('#sTerm').focus(); $('#sTerm').focus().val($('#sTerm').val()); }});} // end of if sTerm});});if(sTerm){// Trigger Click Event $('#searchArticle').trigger('click');// $(this).parents('form').submit();// Enable #sTerm$( "#sTerm" ).prop( "disabled", false );}
- 0 PERM Applications