Skip to main content
Tallo logoTallo logo

Find Jobs

Find Jobs Near You – Available Work in Your Location

Skip to job details
Apply for this opportunity

To apply for this job, you'll continue to an external website or email application.

JMJ Phillip

Business Development Manager

Career Insights for Business Development Manager (General)

See where this job fits in the broader career landscape. Knowing your career path helps you see what's possible from here.

Scorecard

Based on New York data

Review key factors to help you decide if this role fits your goals. How is this calculated?

Were these scores useful?

What they do

A Business Development Manager identifies new business opportunities and clients for a company, and develops marketing and sales strategies to help grow a company's business. Builds customer relationships and partnerships and negotiates business deals. Works with senior marketing and sales staff to increase sales opportunities.

$147,032 / year median in New York

-4% projected decline

Explore Career

Job Description

Business Development Manager Posted on September 2, 2026 September 2, 2026 by JMJ Phillip We are seeking an experienced and results-driven Business Development Manager to drive new business growth within the renewable energy sector. The ideal candidate will identify new opportunities, build strategic customer relationships, and manage project-based sales from initial engagement through project completion. This role requires a consultative sales approach, strong technical aptitude, and the ability to collaborate with customers and internal teams to deliver effective solutions. Position Responsibilities Business Development Identify and develop new business opportunities within target markets. Build relationships with contractors, developers, engineering firms, distributors, utilities, and end users. Prospect through networking, referrals, industry events, and other business development activities. Develop strategic account plans to support long-term growth. Sales & Account Management Prepare quotations and proposals in collaboration with engineering and estimating teams. Present technical solutions that meet customer requirements. Negotiate pricing and successfully close new business opportunities. Manage customer relationships throughout the entire project lifecycle. Project Development Identify project opportunities during the design and planning phases. Coordinate with engineering teams to ensure proposed solutions meet project specifications. Support customers with product selection and value-engineering recommendations. Monitor project progress from concept through completion. Market Development Stay informed on market trends, emerging technologies, and competitive products. Represent the organization at trade shows, conferences, and customer events. Conduct presentations and educational sessions for customers and industry partners. Gather customer feedback to support future product improvements. CRM & Sales Reporting Maintain accurate customer records and sales opportunities within CRM systems. Prepare sales forecasts, pipeline reports, and activity updates. Track key performance metrics and recommend strategies to improve sales performance. Cross-Functional Collaboration Work closely with engineering, estimating, operations, and leadership teams to support customer projects. Ensure seamless communication throughout the sales and project execution process. Support continuous improvement initiatives that enhance customer satisfaction. Prerequisites Bachelor's degree in Business, Engineering, Construction Management, or a related field preferred. Minimum of five years of business development or technical sales experience. Experience selling into one or more of the following industries: Solar PV Battery Energy Storage Systems (BESS) Electrical construction Industrial or utility markets Strong understanding of project-based sales and customer relationship management. Excellent communication, negotiation, and presentation skills. Strong organizational and problem-solving abilities. Ability to travel as required. Legal authorization to work in the United States. Certifications (Preferred, but Not Required) NABCEP (North American Board of Certified Energy Practitioners) Certification. Certified Energy Manager (CEM). Project Management Professional (PMP). Certified Professional Sales Person (CPSP). CRM platform certification. OSHA Safety Certification. What the

Role Offers Salary Range:

$105,000 - $130,000 annually. Performance-based bonus or commission opportunities. Car allowance. Comprehensive health insurance. 401(k) retirement plan. Paid time off and company holidays. Professional development and industry training. Opportunity to work in the rapidly growing renewable energy industry with strong career advancement potential. Why Bay Shore? Bay Shore offers an excellent location for professionals working in renewable energy, infrastructure, and business development. Situated with convenient access to major metropolitan markets, the area provides opportunities to build relationships with customers across the region while enjoying a vibrant waterfront community, diverse dining and recreational options, and an excellent quality of life. It is an ideal location for professionals seeking both career growth and a balanced lifestyle. Upload your resume to Apply

• Accepted file types: pdf, doc, docx, txt, Max.

file size:

32 MB. Email

• Additional Please add me to your mailing list so I hear about new jobs first I'd like to learn about resume writing and career coaching services from Employment BOOST Get 30 days free on Careerology - the #1 platform for job skills Submit gform.initializeOnLoaded( function() {jQuery('#gform_ajax_frame_5').on('load',function(){var contents = jQuery(this).contents().find('

•').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_5');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_5').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 ! is_redirect ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_5').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_5').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_5').removeClass('gform_validation_error');}setTimeout( function() { /

• delay the scroll by 50 milliseconds to fix a bug in chrome

•/ jQuery(document).scrollTop(jQuery('#gform_wrapper_5').offset().top - mt); }, 50 );var current_page = jQuery('#gform_source_page_number_5').val();jQuery(document).trigger('gform_page_loaded', [5, current_page]);window['gf_submitting_5'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_5').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_5').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [5]);window['gf_submitting_5'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_5').text());}else{jQuery('#gform_5').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ form

Id:

"5", current

Page:

"current_page", abort: function() { this.preventDefault(); } }]); if (event event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_5" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_5"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_5" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 5, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, child

List:

false, subtree: true, attribute

Filter:

[ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); Apply Now