energypricingdev.virtinalabs.net Open in urlscan Pro
34.211.122.226  Public Scan

Submitted URL: http://energypricingdev.virtinalabs.net/
Effective URL: https://energypricingdev.virtinalabs.net/
Submission: On December 25 via api from FR — Scanned from FR

Form analysis 6 forms found in the DOM

<form class="form-fake-email" id="social-form-fake-email" novalidate="novalidate">
  <fieldset class="fieldset" data-hasrequired="* Required Fields">
    <div class="field note">Please complete your information below to login.</div>
    <div class="field field-password-social required">
      <label for="request-password-social" class="label"><span>Password</span></label>
      <div class="control">
        <input type="password" name="password" id="request-password-social" title="Password" class="input-text" data-validate="{required:true, 'validate-password':true}" autocomplete="off" aria-required="true">
      </div>
    </div>
    <div class="field field-confirmation-social required">
      <label for="request-password-confirmation" class="label"><span>Confirm Password</span></label>
      <div class="control">
        <input type="password" name="password_confirmation" title="Confirm Password" id="request-password-confirmation" class="input-text" data-validate="{required:true, equalTo:'#request-password-social'}" autocomplete="off" aria-required="true">
      </div>
    </div>
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary">
      <button type="button" id="bnt-social-login-fake-email" class="action send primary">
        <span>Submit</span>
      </button>
    </div>
  </div>
</form>

<form class="form-customer-login" id="social-form-login" novalidate="novalidate">
  <input name="form_key" type="hidden" value="yhkYLWTRobLapD2Y">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="social_login_email"><span>Username</span></label>
      <div class="control">
        <input name="username" id="social_login_email" type="email" class="input-text" value="" autocomplete="off" title="Email" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span>Password</span></label>
      <div class="control">
        <input name="password" id="social_login_pass" type="password" class="input-text" autocomplete="off" title="Password" data-validate="{required:true, 'validate-password':true}" aria-required="true">
      </div>
    </div>
    <!-- BLOCK social-login-captcha --><!-- /BLOCK social-login-captcha -->
    <div class="actions-toolbar">
      <div class="secondary">
        <a class="action remind" href="#"><span>Lost Your Password?</span></a>
      </div>
      <div class="primary">
        <button type="button" class="action login primary" id="bnt-social-login-authentication">
          <span>SIGN IN</span>
        </button>
      </div>
    </div>
    <div class="actions-toolbar">
      <div class="primary">
        <span>New to EnergyPricing.com?-</span><a class="action create" href="#"><span>Create Your Free Account</span></a>
      </div>
    </div>
  </fieldset>
</form>

<form class="form-customer-create" id="social-form-create" novalidate="novalidate">
  <fieldset class="fieldset create info">
    <input type="hidden" name="success_url" value="">
    <input type="hidden" name="error_url" value="">
    <div class="field field-name-firstname required">
      <label class="label" for="firstname"><span>First Name</span></label>
      <div class="control">
        <input type="text" id="firstname" name="firstname" value="" title="First Name" class="input-text required-entry" data-validate="{required:true}" aria-required="true">
      </div>
    </div>
    <div class="field field-name-lastname required">
      <label class="label" for="lastname"><span>Last Name</span></label>
      <div class="control">
        <input type="text" id="lastname" name="lastname" value="" title="Last Name" class="input-text required-entry" data-validate="{required:true}" aria-required="true">
      </div>
    </div>
    <div class="field required">
      <label for="email_address" class="label"><span>Email</span></label>
      <div class="control">
        <input type="email" name="email" id="email_address_create" value="" title="Email" class="input-text" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field choice newsletter">
      <input type="checkbox" class="checkbox" name="is_subscribed" title="Sign Up for Newsletter" value="1" id="is_subscribed">
      <label for="is_subscribed" class="label"><span>Sign Up for Newsletter</span></label>
    </div>
    <div class="field date field-dob">
      <label class="label" for="dob"><span>Date of Birth</span></label>
      <div class="control customer-dob">
        <input type="text" name="mp_sociallogin_dob" id="mp_sociallogin_dob" value="" class="_has-datepicker" data-validate="{" validate-date":{"dateformat":"m\="" d\="" y"}}"="" autocomplete="on"><button type="button"
          class="ui-datepicker-trigger v-middle"><span>Select Date</span></button>
        <script type="text/javascript">
          require(["jquery", "mage/calendar"], function($) {
            $("#mp_sociallogin_dob").calendar({
              showsTime: false,
              dateFormat: "M/d/Y",
              buttonImage: "https://energypricingdev.virtinalabs.net/static/version1640358794/frontend/EnergyPricing/default/en_US/Magento_Theme/calendar.png",
              yearRange: "-120y:c+nn",
              buttonText: "Select Date",
              maxDate: "-1d",
              changeMonth: true,
              changeYear: true,
              showOn: "both"
            })
          });
        </script>
      </div>
    </div>
  </fieldset>
  <fieldset class="fieldset create account" data-hasrequired="* Required Fields">
    <div class="field password required">
      <label for="password" class="label"><span>Password</span></label>
      <div class="control">
        <input type="password" name="password" id="password-social" title="Password" class="input-text" data-validate="{required:true, 'validate-password':true}" autocomplete="off" aria-required="true">
      </div>
    </div>
    <div class="field confirmation required">
      <label for="password-confirmation" class="label"><span>Confirm Password</span></label>
      <div class="control">
        <input type="password" name="password_confirmation" title="Confirm Password" id="password-confirmation-social" class="input-text" data-validate="{required:true, equalTo:'#password-social'}" autocomplete="off" aria-required="true">
      </div>
    </div>
    <!-- BLOCK social-create-captcha --><!-- /BLOCK social-create-captcha -->
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary">
      <button type="button" id="button-create-social" class="action create primary" title="Register">
        <span>Register</span></button>
      <div class="secondary">
        <a class="action back" href="#"><span>Back</span></a>
      </div>
    </div>
  </div>
</form>

<form class="form-password-forget" id="social-form-password-forget" novalidate="novalidate">
  <fieldset class="fieldset" data-hasrequired="* Required Fields">
    <div class="field note">Please enter your email address below to receive a password reset link.</div>
    <div class="field email required">
      <label for="email_address" class="label"><span>Email</span></label>
      <div class="control">
        <input type="email" name="email" alt="email" id="email_address_forgot" class="input-text" value="" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <!-- BLOCK social-forgot-password-captcha -->
    <div class="field captcha required" role="user_forgotpassword">
      <label for="captcha_user_forgotpassword" class="label">
        <span>Please type the letters and numbers below</span>
      </label>
      <div class="control captcha">
        <input name="captcha[user_forgotpassword]" type="text" class="input-text required-entry" data-validate="{required:true}" id="captcha_user_forgotpassword" autocomplete="off" aria-required="true">
        <div class="nested">
          <div class="field captcha no-label" data-captcha="user_forgotpassword" id="captcha-container-user_forgotpassword">
            <div class="control captcha-image">
              <img alt="Please type the letters and numbers below" class="captcha-img" height="50" src="https://energypricingdev.virtinalabs.net/media/captcha/base/2f31c6bc6574422fa842f3ff75b917f2.png">
              <button type="button" class="action reload captcha-reload" title="Reload captcha">
                <span>Reload captcha</span>
              </button>
            </div>
          </div>
        </div>
      </div>
    </div>
    <!-- /BLOCK social-forgot-password-captcha -->
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary">
      <button type="button" id="bnt-social-login-forgot" class="action send primary">
        <span>Submit</span>
      </button>
      <div class="secondary">
        <a class="action back" href="#"><span>Back</span></a>
      </div>
    </div>
  </div>
</form>

<form action="">
  <div class="radio-group">
    <h4>Commodity</h4>
    <div class="custom-control custom-radio">
      <input type="radio" id="customRadio1" name="customRadio" class="custom-control-input">
      <label class="custom-control-label" for="customRadio1">electricity</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" id="customRadio2" name="customRadio" class="custom-control-input">
      <label class="custom-control-label" for="customRadio2">natural gas</label>
    </div>
  </div>
  <div class="form-row">
    <h4>State:</h4>
    <select class="custom-select">
      <option selected="">Open this select menu</option>
      <option value="1">One</option>
      <option value="2">Two</option>
      <option value="3">Three</option>
    </select>
  </div>
  <div class="form-row">
    <h4>Utility:</h4>
    <select class="custom-select">
      <option selected="">Open this select menu</option>
      <option value="1">One</option>
      <option value="2">Two</option>
      <option value="3">Three</option>
    </select>
  </div>
  <div class="radio-group">
    <h4>Customer Type:</h4>
    <div class="custom-control custom-radio">
      <input type="radio" id="customRadio1" name="customRadio2" class="custom-control-input">
      <label class="custom-control-label" for="customRadio1">Residential</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" id="customRadio2" name="customRadio2" class="custom-control-input">
      <label class="custom-control-label" for="customRadio2">Commercial</label>
    </div>
  </div>
  <div class="radio-group">
    <h4>Monthly Bill:</h4>
    <div class="custom-control custom-radio">
      <input type="radio" id="customRadio1" name="customRadio3" class="custom-control-input">
      <label class="custom-control-label" for="customRadio1">Apartment $0-100</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" id="customRadio2" name="customRadio3" class="custom-control-input">
      <label class="custom-control-label" for="customRadio2">Small Home $100-200</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" id="customRadio3" name="customRadio3" class="custom-control-input">
      <label class="custom-control-label" for="customRadio2">Large Home $200+</label>
    </div>
  </div>
  <div class="radio-group">
    <h4>Contract Type:</h4>
    <div class="custom-control custom-radio">
      <input type="radio" id="customRadio1" name="customRadio4" class="custom-control-input">
      <label class="custom-control-label" for="customRadio1">Fixed Price</label>
    </div>
    <div class="custom-control custom-radio">
      <input type="radio" id="customRadio2" name="customRadio4" class="custom-control-input">
      <label class="custom-control-label" for="customRadio2">Index Price</label>
    </div>
  </div>
  <div class="form-row">
    <h4>Contract Start Date :</h4>
    <input type="date" name="" id="" placeholder="Next Available Bill Cycle">
  </div>
  <div class="form-row checkgroup">
    <h4>Additional Contract Options:</h4>
    <div class="form-check form-switch">
      <input class="form-check-input" type="checkbox" id="flexSwitchCheckCheckedDisabled" checked="" disabled="">
      <label class="form-check-label" for="flexSwitchCheckCheckedDisabled">No Cancellation Fee</label>
    </div>
    <div class="form-check form-switch">
      <input class="form-check-input" type="checkbox" id="flexSwitchCheckDisabled" disabled="">
      <label class="form-check-label" for="flexSwitchCheckDisabled">No Deposit</label>
    </div>
    <div class="form-check form-switch">
      <input class="form-check-input" type="checkbox" id="flexSwitchCheckDefault" checked="">
      <label class="form-check-label" for="flexSwitchCheckDefault">100% Green</label>
    </div>
    <div class="form-check form-switch">
      <input class="form-check-input" type="checkbox" id="flexSwitchCheckCheckedDisabled">
      <label class="form-check-label" for="flexSwitchCheckCheckedDisabled">Sign on Bonus</label>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://energypricingdev.virtinalabs.net/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Skip to Content
 * Default welcome msg!
 * Sell
 * Register

Toggle Nav
Electric Gas
Utility - PPL option 1 option 2 option 3

Search

OFFERS EXPIRE IN:

26: 56: 23
 * Compare Products

Menu
 * All
 * ELECTRICITY RATES
   * Demo 1
     * Demo 2
 * NATURALGAS RATES
 * ENERGY SAVINGS PRODUCTS
 * ABOUT
 * FAQ
 * Blog
 * Contact

Sign In
Account
 * Default welcome msg!
 * Sell
 * Register

‹›




VALIDATE YOUR LOGIN

Please complete your information below to login.
Password

Confirm Password

Submit


SIGN IN

Registered Customers
If you have an account, sign in with your email address
Username

Password

Lost Your Password?
SIGN IN
New to EnergyPricing.com?-Create Your Free Account
Sign in with Facebook
Sign in with Google

--------------------------------------------------------------------------------

OR

--------------------------------------------------------------------------------


CREATE NEW ACCOUNT

First Name

Last Name

Email

Sign Up for Newsletter
Date of Birth
Select Date
Password

Confirm Password

Register
Back


FORGOT PASSWORD

Please enter your email address below to receive a password reset link.
Email

Please type the letters and numbers below
Reload captcha
Submit
Back



BEST SELLING PLANS FOR PPL

PRICE TO COMPARE:

 * Monthly Average bill
   
   $100-200 / mo
 * electricity natural gas
 * Residential Commercial
 * Filter

must qualify


FREE CUSTOM QUOTE


SAVE UP TO 30% MORE!



TAILORED TO YOU!

Request Quote
or call 800-888-1111
 * Best Selling
   
   
   12 MONTH FIXED
   
   PPL
   
   
   6.9 ¢ / KWH
   
   8% under market rate
   
   
   VIEW PLAN DETAILS!
   
   Sign Up
   or call 800-888-1111
 * Best Selling
   
   
   24 MONTH FIXED
   
   PPL
   
   
   6.5 ¢ / KWH
   
   8% under market rate
   
   
   VIEW PLAN DETAILS!
   
   Sign Up
   or call 800-888-1111
 * Best Selling
   
   
   36 MONTH FIXED
   
   PPL
   
   
   6.1 ¢ / KWH
   
   8% under market rate
   
   
   VIEW PLAN DETAILS!
   
   Sign Up
   or call 800-888-1111


CUSTOMER TESTIMONIALS

ENERGYPRICING.COM IS RATED 4.9 STARS BY CLIENTS SERVED.

Previous
Demo

Demo 3
Demo
Test

Demo 1
Demo 1
Test

Demo
Demo
Demo

Demo 6
Demo
Demo

Demo 5
Demo 5
Demo

Demo 4
Demo 4
Demo

Demo 3
Demo
Test

Demo 1
Demo 1
Test

Demo
Demo
Demo

Demo 6
Demo
Demo

Demo 5
Demo 5
Demo

Demo 4
Demo 4
Demo

Demo 3
Demo
Test

Demo 1
Demo 1
Test

Demo
Demo
Next


SHOP OTHER TOP OFFERS

PRICE TO COMPARE:

 * Monthly Average bill $100-200 / mo
 * electricity natural gas
 * Residential Commercial
 * Filter

7 OFFERS

Sort By: Item
CUSTOM OFFERING!




FREE CUSTOM QUOTE

TAILORED TO YOU!

SAVE UP TO


30% MORE!

GET QUOTE or call 800-888-1111
 * RECOMMENDED PLAN
   
   
   
   PPL
   
   
   12 MO. FIXED
   
   VIEW PLAN DETAILS
   
   
   6.9 ¢
   
   PER KWH 8%under market rate
   SIGN UP OR CALL 800-888-1111
   Term: 24 months, fixed
   Product: Electricity
   Utility: PPL
   Supplier: Direct Energy
   Start: Next Meter Read
   Conditions: No monthly fee No cancellation 100% green
   
   ABOUT WGL:
   
   WGL is headquartered in Washington D.C. and has over 1,400 employees. WGL
   services over xxx,xxx customers nationwide and offers both electricity and
   natural gas products.
   
   See contract terms
 * RECOMMENDED PLAN
   
   
   
   PPL
   
   
   12 MO. FIXED
   
   VIEW PLAN DETAILS
   
   
   6.9 ¢
   
   PER KWH 8%under market rate
   SIGN UP OR CALL 800-888-1111
   Term: 24 months, fixed
   Product: Electricity
   Utility: PPL
   Supplier: Direct Energy
   Start: Next Meter Read
   Conditions: No monthly fee No cancellation 100% green
   
   ABOUT WGL:
   
   WGL is headquartered in Washington D.C. and has over 1,400 employees. WGL
   services over xxx,xxx customers nationwide and offers both electricity and
   natural gas products.
   
   See contract terms
 * RECOMMENDED PLAN
   
   
   
   PPL
   
   
   12 MO. FIXED
   
   VIEW PLAN DETAILS
   
   
   6.9 ¢
   
   PER KWH 8%under market rate
   SIGN UP OR CALL 800-888-1111
   Term: 24 months, fixed
   Product: Electricity
   Utility: PPL
   Supplier: Direct Energy
   Start: Next Meter Read
   Conditions: No monthly fee No cancellation 100% green
   
   ABOUT WGL:
   
   WGL is headquartered in Washington D.C. and has over 1,400 employees. WGL
   services over xxx,xxx customers nationwide and offers both electricity and
   natural gas products.
   
   See contract terms


RESIDENTIAL ELECTRICITY RATES

As a private client in a liberated state, you have the chance to bring down your
power or petroleum gas bill by changing to another provider who will produce
your energy supply while the utility will keep on conveying it and handle all of
your administration needs. It is not difficult to analyze, switch and save.

Learn More


COMMERCIAL ELECTRICITY RATES

As a private client in a liberated state, you have the chance to bring down your
power or petroleum gas bill by changing to another provider who will produce
your energy supply while the utility will keep on conveying it and handle all of
your administration needs. It is not difficult to analyze, switch and save.

Learn More
‹›


Content for SEO Lorem ipsum dolor sit, amet consectetur, adipisicing elit.
Itaque autem veniam ipsa voluptatem enim laboriosam distinctio, ipsum
consequatur provident labore, ducimus nemo omnis animi, eligendi sit, tempora
iusto corporis repellat quidem voluptatibus numquam. Consequatur labore, odit
perspiciatis aspernatur, rerum aperiam ex. Libero illo alias cumque eius saepe
quidem expedita eos dolorum quisquam, ducimus dolores consequuntur quos, dicta
perspiciatis. Labore, veritatis! Facilis quam tempore optio in numquam odit
obcaecati laudantium sequi eum voluptatem itaque vitae, molestiae non delectus
dolores dicta iure? Fugiat nisi libero recusandae id voluptatem nam minus
voluptate exercitationem accusamus perferendis fugit similique ullam iste
voluptates nihil, architecto repellendus Lorem ipsum dolor sit, amet
consectetur, adipisicing elit. Itaque autem veniam ipsa voluptatem enim
laboriosam distinctio, ipsum consequatur provident labore, ducimus nemo omnis
animi, eligendi sit, tempora iusto corporis repellat quidem voluptatibus
numquam. Consequatur labore, odit perspiciatis aspernatur, rerum aperiam ex.
Libero illo alias cumque eius saepe quidem expedita eos dolorum quisquam,
ducimus dolores consequuntur quos, dicta perspiciatis. Labore, veritatis!
Facilis quam tempore optio in numquam odit obcaecati laudantium.

 

Our team includes energy and technology professionals. We deliver the lowest
cost energy for our customers. EnergyPricing.com is disrupting the energy
industry through technology.

 * 
 * 
 * 
 * 

ELECTRICITY RATES

 * Connecticut
 * Delaware
 * District of Columbia
 * Illinois
 * Maine
 * Maryland
 * Massachusetts
 * New Hampshire
 * New Jersey
 * New York
 * Ohio
 * Pennsylvania
 * Rhode Island
 * Texas
 * Virginia

NATURAL GAS RATES

 * Florida
 * Maryland
 * New Jersey
 * New York
 * Pennsylvania
 * West Virginia

COMMUNITY SOLAR

 * Illinois
 * Maine
 * New York

RESOURCES

 * Blog
 * Partner With Us
 * FAQ’s
 * Commercial
 * ResidentialPricing

OTHER

 * About
 * Press
 * Site Map
 * Privacy Policy

NEWSLETTER



4550 Lena Drive, Suite 201
Mechanicsburg, PA 17055

Office: (717) 790-9005
Toll-Free: (800) 225-3813
Fax: (888) 225-3813
info@EnergyPricing.com

Hours (EST): M – F: 8AM – 5PM

© 2021 Energy Pricing. All Rights Reserved


ALL PRICE FILTERS

Apply Close

COMMODITY

electricity
natural gas

STATE:

Open this select menu One Two Three

UTILITY:

Open this select menu One Two Three

CUSTOMER TYPE:

Residential
Commercial

MONTHLY BILL:

Apartment $0-100
Small Home $100-200
Large Home $200+

CONTRACT TYPE:

Fixed Price
Index Price

CONTRACT START DATE :

ADDITIONAL CONTRACT OPTIONS:

No Cancellation Fee
No Deposit
100% Green
Sign on Bonus
PrevNext
JanFebMarAprMayJunJulAugSepOctNovDec1901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021

SuMoTuWeThFrSa   12345678910111213141516171819202122232425262728293031 

Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Register
Checkout using your account


Sign in with Facebook

Sign in with Google

Email Address

Password

Sign In
Forgot Your Password?