www.fastcredit.co.in Open in urlscan Pro
43.255.154.30  Public Scan

URL: https://www.fastcredit.co.in/
Submission: On July 17 via automatic, source certstream-suspicious — Scanned from SG

Form analysis 6 forms found in the DOM

<form class="call__form">
  <div class="row">
    <div class="col-lg-6">
      <input type="text" id="name_e_i" placeholder="Name">
    </div>
    <div class="col-lg-6">
      <input type="text" id="email_e_i" placeholder="Email">
    </div>
    <div class="col-lg-6">
      <input type="text" placeholder="Phone" id="mobile_e_i">
    </div>
    <div class="col-lg-6 subject_e_i">
      <select class="form-control w-100" id="subject_e_i" style="display: none;">
        <option value="">Interested in</option>
        <option value="Home loan">Home loan</option>
        <option value="Car Loan">Car Loan</option>
        <option value="Personal Loan">Personal Loan</option>
        <option value="Loan Against Properties">Loan Against Properties</option>
        <option value="Business Loan">Business Loan</option>
        <option value="Others">Others</option>
      </select>
      <div class="nice-select form-control w-100" tabindex="0"><span class="current">Interested in</span>
        <ul class="list">
          <li data-value="" class="option selected">Interested in</li>
          <li data-value="Home loan" class="option">Home loan</li>
          <li data-value="Car Loan" class="option">Car Loan</li>
          <li data-value="Personal Loan" class="option">Personal Loan</li>
          <li data-value="Loan Against Properties" class="option">Loan Against Properties</li>
          <li data-value="Business Loan" class="option">Business Loan</li>
          <li data-value="Others" class="option">Others</li>
        </ul>
      </div>
    </div>
  </div>
  <a href="javascript:void(0);" id="submit_index_page" class="site-btn">Submit</a>
</form>

Name: loginForm

<form class="formPadding" id="loginForm" name="loginForm">
  <div class="form-group">
    <label for="email">Email address:</label>
    <input type="email" class="form-control" name="emailLog" id="emailLog">
  </div>
  <div class="form-group">
    <label for="pwd">Password:</label>
    <input type="password" class="form-control" name="passLog" id="passLog">
  </div>
  <div class="row">
    <div class="col-md-6 col-12">
      <div class="checkbox">
        <label><input type="checkbox"> Remember me</label>
      </div>
    </div>
    <div class="col-md-6 col-12">
      <div class="text-right">
        <p><a href="#" data-toggle="modal" data-target="#forgotPass" id="forpass" data-dismiss="modal">Forgot Password ?</a></p>
      </div>
    </div>
  </div>
  <div class="text-center paddingTop30">
    <button class="btn login-btn btn-bold" type="submit"><span>LOGIN</span></button>
    <p class="marginTop10">New User? <a href="#" data-toggle="modal" data-target="#register" id="newUser" data-dismiss="modal">SignUp here</a></p>
  </div>
</form>

Name: registrationPOST

<form class="formPadding" name="registration" id="registration" method="post">
  <div class="row">
    <div class="col-md-6 col-12">
      <div class="form-group">
        <label for="name">First Name:</label>
        <input type="text" class="form-control" name="firstname" id="firstname">
      </div>
    </div>
    <div class="col-md-6 col-12">
      <div class="form-group">
        <label for="pwd">Last Name:</label>
        <input type="text" class="form-control" name="lastname" id="lastname">
      </div>
    </div>
    <div class="col-md-6 col-12">
      <div class="form-group">
        <label for="pwd">Email:</label>
        <input type="email" class="form-control" name="email" id="emailreg">
      </div>
    </div>
    <div class="col-md-6 col-12">
      <div class="form-group">
        <label for="pwd">Mobile:</label>
        <input type="text" class="form-control" name="mabile" id="mobileReg">
      </div>
    </div>
    <div class="col-md-6 col-12">
      <div class="form-group">
        <label for="cpwd">Password:</label>
        <input type="password" class="form-control" name="password" id="passwordReg">
      </div>
    </div>
    <div class="col-md-6 col-12">
      <div class="form-group">
        <label for="cpwd">Confirm Password:</label>
        <input type="password" class="form-control" name="confirmpassword" id="confirmpassword">
      </div>
    </div>
  </div>
  <div class="text-center paddingTop30">
    <button type="submit" class="btn login-btn btn-bold"><span>CREATE ACCOUNT</span></button>
    <p class="marginTop10">Already have account? <a href="#" data-toggle="modal" data-target="#login" id="alreadyAccount" data-dismiss="modal">SignIn here</a></p>
  </div>
</form>

<form class="formPadding" id="vaildemai">
  <div class="form-group">
    <label for="email">Email address:</label>
    <input type="email" id="email_check" class="form-control">
  </div>
  <div class="text-center paddingTop30">
    <button type="submit" class="btn login-btn"><span>RESET PASSWORD</span></button>
  </div>
</form>

<form class="formPadding" id="create_nrewpass">
  <div class="form-group">
    <label for="email">New Password</label>
    <input type="text" id="new_pass" class="form-control">
  </div>
  <div class="form-group">
    <label for="pwd">Confirm Password</label>
    <input type="password" id="new_pass_conf" class="form-control">
  </div>
  <div class="text-center paddingTop30">
    <button type="submit" class="btn login-btn"><span>SUBMIT</span></button>
  </div>
</form>

POST

<form class="formPadding" method="post">
  <div class="row">
    <div class="col-md-6 col-12">
      <div class="form-group">
        <label for="name">Name:</label>
        <input type="text" class="form-control" placeholder="Your name*" id="name_i">
      </div>
    </div>
    <div class="col-md-6 col-12">
      <div class="form-group">
        <label for="pwd">Email:</label>
        <input type="text" class="form-control" placeholder="Your email*" id="email_i">
      </div>
    </div>
    <div class="col-md-6 col-12">
      <div class="form-group">
        <label for="pwd">Mobile:</label>
        <input type="text" class="form-control" placeholder="Your mobile*" id="mobile_i">
      </div>
    </div>
    <div class="col-md-6 col-12">
      <div class="form-group">
        <label for="pwd">Interested in:</label>
        <select class="form-control" id="subject_i">
          <option value="Home loan">Home loan</option>
          <option value="Car Loan">Car Loan</option>
          <option value="Personal Loan">Personal Loan</option>
          <option value="Loan Against Properties">Loan Against Properties</option>
          <option value="Business Loan">Business Loan</option>
          <option value="Others">Others</option>
        </select>
      </div>
    </div>
    <div class="col-md-12 col-12">
      <div class="form-group">
        <label for="cpwd">Message</label><br>
        <textarea class="form-control" placeholder="Your Message" id="message_i"></textarea>
      </div>
    </div>
    <div class="col-md-12 col-12" id="otp-box" style="display:none">
      <div class="form-group">
        <label for="cpwd">Enter OTP</label><br>
        <input type="text" class="form-control" placeholder="Your otp*" id="otp_i">
      </div>
    </div>
  </div>
  <div class="text-center paddingTop30" id="show-otp">
    <a href="javascript:void(0);" onclick="get_otp()" class="btn login-btn btn-bold"><span>GET OTP</span></a>
  </div>
  <div class="text-center paddingTop30" id="submit-box" style="display:none">
    <a href="javascript:void(0);" id="index_form_submit" class="btn login-btn btn-bold"><span>SUBMIT</span></a>
  </div>
</form>

Text Content

 * Home
 * Loans
   * Home loan
   * Car Loan
   * Personal Loan
   * Loan Against Properties
   * Business Loan
 * EMI Calculator
 * Our Staff
 * About
 * Services
 * Blog
 * Contact
 * LOGIN
 * Apply Now

MENU
 * Home
 * Loans ►
   * Home loan
   * Car Loan
   * Personal Loan
   * Loan Against Properties
   * Business Loan
 * EMI Calculator
 * Our Staff
 * About
 * Services
 * Blog
 * Contact
 * LOGIN
 * Apply Now

 * B15, first to third floor Krishna nagar Delhi
 * 1234567896
 * info@fastcredit.co.in

 * Home
 * Loans
   * Home loan
   * Car Loan
   * Personal Loan
   * Loan Against Properties
   * Business Loan
   * Hdfc loan
   * Idfc loan
   * Kotak loan
   * Kreditbee loan
   * Moneyview loan
   * Prefr loan
     
   * Kreditbee Business loan
 * EMI Calculator
 * Our Staff
 * About
 * Services
 * Blog
 * Contact
 * LOGIN
 * Apply Now




OVER 450,000 PEOPLE HAVE EXPERIENCED THE


CONVENIENCE OF PERSONAL LOANS THROUGH FAST LOAN.


 * Personal Loan
 * Home loan
 * Business Loan
 * Loan Against Properties
 * Car Loan


OUR PARTNERS

Fast Credit is partnered with tops banks to give you best loan facilities at
attractive interest rates. We bridge the gap between you and our partner banks
to provide you one stop solution for all your loan needs. Fast credit does not
let you wander in search of banks. We let you compare and choose the best for
yourself.





DISCOVER ALL THE LOANS FOR YOU

If you try to cut corners on your brochure you will end up spending more money

01. PERSONAL LOAN

But that’s not the kind of attention you want, is it?

Find Out More

02. BUSINESS LOAN

But that’s not the kind of attention you want, is it?

Find Out More

03. CAR LOAN

But that’s not the kind of attention you want, is it?

Find Out More

04.LOAN AGAINST

But that’s not the kind of attention you want, is it?

Find Out More

05. HOME LOAN

But that’s not the kind of attention you want, is it?

Find Out More


WHY TO CHOOSE US

Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem.

LOW INTEREST RATES

Low interest rates: We have partnered with banks that provides attractive
interest rates.

MAXIMUM TENURE

Maximum tenure: You can avail maximum tenure at per banks discretion.

MAXIMUM LOAN AMOUNT

Maximum loan amount: We try to provide maximum loan amount to match your needs.

BEST SERVICE

Best service: We assure incredible services from our end.

‹›



OUR VISION

PROTECT AND PROMOTE

To serve, protect and promote the effectiveness of member companies and the
individual entities they represent.

DIRECT SALES

To ensure that the marketing by member companies of products and the direct
sales opportunity is conducted with the highest level of business ethics and
services to consumers in society.

OUR TARGET

We target to be no. 1 DSA company in Delhi NCR, with the best business model for
our stakeholders.

OUR PROMISES

Fast Credits wishes to be the most promising Sales and Marketing company.

B2C SEGMENT

To have a strong hold in B2C segment.


WHAT OUR CUSTOMERS SAY ABOUT US!

We are really thankful to Fast credit for our easy car loan process. We wish
them lot of success. Executives have built a great relation and helped in each
and every step. Thank you so much team!

ASHISH, GURGAON

I am glad that I came in contact with your team for my loan against property.
You guys made it so easy for me. The best part was I did not have to go anywhere
for this process and everything was done in an ease. I am a happy customer.

MR. JAISWAL, AGRA

It is only because of Fast credit that my dream to buy a house is fulfilled.
They gave me various options of different banks and I had a chance to choose the
best. I got my dream home and I can pay the amount in easy EMI’s. God bless your
team with lots of success.

PRIYA, DELHI

I was able to get a new car because Fast Credit helped me in my loan. Thank you,
people. I really appreciate your efforts. It was indeed a smooth process..

RAGINI, NOIDA

Thank you, Fast Credit for helping me in my Personal loan at the time I needed
the most. It was really a simple and a quick process without any hassle. Kudos
to you guys!

ASHISH, GURGAON

I am glad that I came in contact with your team for my loan against property.
You guys made it so easy for me. The best part was I did not have to go anywhere
for this process and everything was done in an ease. I am a happy customer.

MR. JAISWAL, AGRA

It is only because of Fast credit that my dream to buy a house is fulfilled.
They gave me various options of different banks and I had a chance to choose the
best. I got my dream home and I can pay the amount in easy EMI’s. God bless your
team with lots of success.

PRIYA, DELHI

I was able to get a new car because Fast Credit helped me in my loan. Thank you,
people. I really appreciate your efforts. It was indeed a smooth process..

RAGINI, NOIDA

Thank you, Fast Credit for helping me in my Personal loan at the time I needed
the most. It was really a simple and a quick process without any hassle. Kudos
to you guys!

ASHISH, GURGAON

I am glad that I came in contact with your team for my loan against property.
You guys made it so easy for me. The best part was I did not have to go anywhere
for this process and everything was done in an ease. I am a happy customer.

MR. JAISWAL, AGRA

It is only because of Fast credit that my dream to buy a house is fulfilled.
They gave me various options of different banks and I had a chance to choose the
best. I got my dream home and I can pay the amount in easy EMI’s. God bless your
team with lots of success.

‹›




REQUEST A CALL BACK

If you are looking for loan and want it to be stress free process then get the
best assistance from our team.

Contact Us
Interested in Home loan Car Loan Personal Loan Loan Against Properties Business
Loan Others
Interested in
 * Interested in
 * Home loan
 * Car Loan
 * Personal Loan
 * Loan Against Properties
 * Business Loan
 * Others

Submit


OUR NEWS

Certainly at that point I was not a potential client for the Strib, but
promotional

BUSINESS LOAN

Introduction to Loan Finance Companies and Fast Credit 1. HDFC Bank HDFC Bank is
one of the largest private sector banks in India and offers particular loa

January 9th, 2024 Continue Reading

NEWS2

this is news 2

May 10th, 2020 Continue Reading

NEWS 3

this is news 3

May 10th, 2020 Continue Reading
View More


GALLERY


‹›


Please remember though that how far you go is up to you. There is no substitute
for your own work and effort in succeeding in this business.

SERVICES

 * Home loan
 * Car Loan
 * Personal Loan
 * Business Loan

SOCIALS

 * Facebook
 * Instagram
 * Twitter
   

CONTACT US

 * B-15, 1st and 2nd floor,
 * East Krishna Nagar,
 * Swami Dayanand Marg,
 * New Delhi-110051
 * (+91) 9899209952, 011-41613521
 * Md@fastcredit.co.in

Copyright © All rights reserved

× Close




LOGIN

Email address:
Password:
Remember me

Forgot Password ?

LOGIN

New User? SignUp here

× Close




CREATE YOUR ACCOUNT

First Name:
Last Name:
Email:
Mobile:
Password:
Confirm Password:
CREATE ACCOUNT

Already have account? SignIn here

× Close




ENTER YOUR EMAIL

Email address:
RESET PASSWORD
× Close




RESET YOUR PASSWORD NOW

New Password
Confirm Password
SUBMIT
Open modal
× Close


SUBMIT YOUR QUERY

Name:
Email:
Mobile:
Interested in: Home loan Car Loan Personal Loan Loan Against Properties Business
Loan Others
Message

Enter OTP

GET OTP
SUBMIT