proflexbeats.com Open in urlscan Pro
52.206.159.80  Public Scan

URL: https://proflexbeats.com/
Submission: On May 25 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div layout="row" class="layout-row"><md-input-container class="md-block m-none flex" flex=""><label class="input-height-l" for="input_0"><i class="material-icons" style="font-size:18px;position:relative;top:3px;">search</i> Search</label> <input
        class="input-box m-none input-height-l ng-pristine ng-untouched ng-valid md-input ng-empty" ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()"
        name="search_keyword" ng-model="keyword" autocomplete="off" type="search" id="input_0" aria-invalid="false">
      <div class="md-errors-spacer"></div>
    </md-input-container><md-input-container class="md-block m-none nudged-src-btn"><button class="md-button btn-primary m-none md-ink-ripple" md-ink-ripple="" role="menuitem"><i class="fa fa-search"></i></button></md-input-container></div>
  <div layout="row" ng-class="{'hide':!autocompleteResults &amp;&amp; searchFocused}" class="layout-row">
    <div class="m block bg-white bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: searchProPageTracksPOST .

<form id="mobsearch" name="searchProPageTracks" action="." method="post" role="search" mobile-search="formLevel" mobile-search-keyword="keyword" class="ng-pristine ng-valid ng-isolate-scope">
  <div layout="row" class="layout-row"><span flex="" class="flex"><input type="search" placeholder="What type of track are you looking for?" ng-model="keyword" id="searchBoxMobile" mobile-search="textboxLevel" mobile-search-keyword="keyword"
        class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" aria-invalid="false"> <button class="search-btn" aria-label="search button"><i class="fa fa-search"></i></button> <input type="submit" style="visibility: hidden;"></span>
  </div>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div id="home-search"><input ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()" name="search_keyword" ng-model="keyword" autocomplete="off"
      type="search" placeholder="What type of track are you looking for?" class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false"> <button><i class="fa fa-search"></i></button>
    <div class="search-auto-complete-results bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: userForm

<form name="userForm" ng-submit="propageContact(contact)" class="ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-minlength ng-valid-maxlength">
  <div layout-gt-sm="row" class="m-b-lg layout-gt-sm-row"><md-input-container class="md-block m-b-none m-r flex-gt-sm" flex-gt-sm=""><label class="md-required" for="input_14">Your name</label> <input required=""
        class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="name" ng-model="contact.name" autocomplete="off" id="input_14" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
        <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Your name is required.</div>
      </div>
    </md-input-container><md-input-container class="md-block m-b-none flex-gt-sm" flex-gt-sm=""><label class="md-required" for="input_15">E-mail address</label> <input required=""
        class="input-box ng-pristine ng-untouched md-input ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" ng-model="contact.email" name="email" type="email" minlength="3" maxlength="100"
        ng-pattern="/^.+@.+\..+$/" autocomplete="off" id="input_15" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.email.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required', 'minlength', 'maxlength', 'pattern'] -->
        <div ng-message-exp="['required', 'minlength', 'maxlength', 'pattern']" class="md-input-message-animation ng-scope">Your email must be between 3 and 100 characters long and look like an e-mail address.</div>
      </div>
    </md-input-container></div><md-input-container class="md-block m-b-lg"><label class="md-required" for="input_16">Subject</label> <input required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required"
      name="subject" ng-model="contact.subject" autocomplete="off" id="input_16" aria-invalid="true">
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Subject is required.</div>
    </div>
  </md-input-container><md-input-container class="md-block m-b-lg textarea-container"><label class="md-required" for="input_17">Message</label>
    <div class="md-resize-wrapper"><textarea required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="message" ng-model="contact.message" rows="5" md-select-on-focus="" autocomplete="off"
        id="input_17" aria-invalid="true" style="height: 140px;"></textarea>
      <div class="md-resize-handle" style="touch-action: pan-x;"></div>
    </div>
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.message.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Message is required.</div>
    </div>
  </md-input-container>
  <div layout-gt-sm="row" class="m-b-none layout-gt-sm-row"><!-- ngIf: !sendingMessage -->
    <p class="m-none ng-scope" ng-if="!sendingMessage"><button class="md-button btn-primary-cta m-none block-xs">SEND MESSAGE</button> <span ng-class="{'hide':!contactError}" class="text-danger block-xs ng-binding hide">&nbsp; &nbsp;
        <i class="fa fa-exclamation"></i> </span></p><!-- end ngIf: !sendingMessage -->
  </div><!-- ngIf: sendingMessage -->
</form>

Text Content




BLVCK

Beats Albums Videos Bio Sound Kits Services Memberships Merchandise Blog Contact
 $0.00 0
LOG INsearch
search Search





FEATURED TRACK

 
trap instrumentalguitarrnb beat

FEATURED TRACK


MONEY FOCUS 

GENRE

Trap Rnb Hip Hop

BPM

94

PRICE

$0.00+

BPM

94

PRICE

$0.00+
  ADD TO CART IN CART   trap instrumentalguitarrnb beat
 * TITLE TIME BPM TAGS OPTIONS

   
 * Reason 03:27 80 old school west coast type beat hiphop    MAKE OFFER IN
   CART
   
 * Money Focus 03:49 94 trap instrumental guitar rnb beat    MAKE OFFER IN
   CART
   
 * Mi amor (Reggae Ton beat) 03:22 95 nicky jam daddy yankee reggae ton   
   MAKE OFFER IN CART
   
 * Burna Boy Type Beat - Zoom Instrumental 03:07 101 burna boy afrobeats beats 
     MAKE OFFER IN CART
   
 * Ridiculous 02:59 99 bizzey yung felix major lazor    MAKE OFFER IN CART
   
 * Bootyton 03:26 100 bubbling moombahton reggaeton    MAKE OFFER IN CART
   
 * Bum (Moombahton) 02:57 107 moombahton reggae ton type beats    MAKE OFFER
   IN CART
   
 * Bike Life 02:29 145 trap type beat motor limit    MAKE OFFER IN CART
   
 * Guitar in C#m (acoustic instrumental) 03:42 95 rnb acoustic guitar beat   
   MAKE OFFER IN CART
   
 * (Kizomba/Zouk Beat) Guitar Love 03:11 92 zouk kizomba guitar type beat   
   MAKE OFFER IN CART
   
 * Honey (Burna boy type beat) 03:37 95 beat arfrobeat burnaboy    MAKE OFFER
   IN CART
   
 * Logga 02:55 102 dutch caribbean arfo     ADD IN CART
   
 * Saus 03:35 96 wizzkid drake sauce     ADD IN CART
   
 * Flowers Afro/Caribbean Vibe Beat 03:16 100 caribbean kizomba afro     ADD
   IN CART
   
 * Soul Trap Vibe Type Beat 03:23 111 vibe soul trap     ADD IN CART
   
 * Mariba Kizomba 100 instrumental mariba kizomba     ADD IN CART
   

BROWSE ALL TRACKS


TRACK LIST


PROFLEXBEATS

VIEW



LICENSING INFO EDIT

P O P U L A R Premium License New ~ $0.00 MAKE AN OFFER

Used for Music Recording

Distribute up to copies

Online Audio Streams

Music Video

For Profit Live Performances

Radio Broadcasting rights (Stations)

Read Full License

P O P U L A R Basic MP3 lease ~ $23.23 MAKE AN OFFER

Used for Music Recording

Distribute up to copies

Online Audio Streams

Music Video

For Profit Live Performances

Radio Broadcasting rights (Stations)

Read Full License

P O P U L A R Wav Lease ~ $46.46 MAKE AN OFFER

test test

Read Full License

P O P U L A R Premium WAV Licenses ~ $49.95 MAKE AN OFFER

Used for Music Recording

Distribute up to copies

Online Audio Streams

Music Video

For Profit Live Performances

Radio Broadcasting rights (Stations)

Read Full License

P O P U L A R Premium Multi-Track ~ $99.95 MAKE AN OFFER

Used for Music Recording

Distribute up to copies

Online Audio Streams

Music Video

For Profit Live Performances

Radio Broadcasting rights (Stations)

Read Full License

P O P U L A R Exclusive ~ $500.00 MAKE AN OFFER

Used for Music Recording

Distribute up to copies

Online Audio Streams

Music Video

For Profit Live Performances

Radio Broadcasting rights (Stations)

Read Full License





SERVICES


CUSTOM BEAT

I can make custom Beats

DETAILS



MIXING SERVICE

Let you track professionile mixed by Proflexbeeats. We use Hardware gear and
software plug...

DETAILS

BROWSE ALL SERVICES



MEMBERSHIPS

R E C O M M E N D E D 3 Beats Monthly (Untagged mp3) $29.95 Monthly JOIN NOW

5 Un-tagged MP3 Sample Track Downloads

~ PLAN DETAILS ~

With this membership you get acces to 3 beats untagged MP3 every month..
R E C O M M E N D E D 3 beats monthly untagged MP3&WAV $49.95 Monthly JOIN NOW

3 Tagged MP3 Sample Track Downloads

3 Free Download(s) per Month of Track(s) with Premium WAV Licenses License

~ PLAN DETAILS ~

This membership gives you acces every month to 3 beats untagged as MP3 and WAV
file.



 * remove_red_eye 0 Views on my Channel
 * subscriptions 0 Subscribers
 * hd 0 Videos

CONNECT WITH ME


CONNECT WITH ME



CONTACT

Your name

Your name is required.
E-mail address

Your email must be between 3 and 100 characters long and look like an e-mail
address.
Subject

Subject is required.
Message


Message is required.

SEND MESSAGE    

 LOG IN
 Bio  Beats  Albums  Videos shopping_basket Merchandise  Memberships 
Sound Kits  Services  Blog  Contact



Copyright Proflexbeats

TERMS OF USE    •    PRIVACY POLICY
YOUTUBE'S TERMS OF SERVICE




 

 * Main
 * Bio
 * Beats
 * Albums
 * Videos
 * Sound Kits

 * Merchandise
 * Memberships
 * Services
 * Blog
 * Contact
 * Licensing Info


 










 repeat    format_list_numbered 

  $0.00+ IN CART 
 * TITLE TIME BPM TAGS OPTIONS

   
 * Reason 03:27 80 old school west coast type beat hiphop    MAKE OFFER IN
   CART
   
 * Money Focus 03:49 94 trap instrumental guitar rnb beat    MAKE OFFER IN
   CART
   
 * Mi amor (Reggae Ton beat) 03:22 95 nicky jam daddy yankee reggae ton   
   MAKE OFFER IN CART
   
 * Burna Boy Type Beat - Zoom Instrumental 03:07 101 burna boy afrobeats beats 
     MAKE OFFER IN CART
   
 * Ridiculous 02:59 99 bizzey yung felix major lazor    MAKE OFFER IN CART
   
 * Bootyton 03:26 100 bubbling moombahton reggaeton    MAKE OFFER IN CART
   
 * Bum (Moombahton) 02:57 107 moombahton reggae ton type beats    MAKE OFFER
   IN CART
   
 * Bike Life 02:29 145 trap type beat motor limit    MAKE OFFER IN CART
   
 * Guitar in C#m (acoustic instrumental) 03:42 95 rnb acoustic guitar beat   
   MAKE OFFER IN CART
   
 * (Kizomba/Zouk Beat) Guitar Love 03:11 92 zouk kizomba guitar type beat   
   MAKE OFFER IN CART
   
 * Honey (Burna boy type beat) 03:37 95 beat arfrobeat burnaboy    MAKE OFFER
   IN CART
   
 * Logga 02:55 102 dutch caribbean arfo     ADD IN CART
   
 * Saus 03:35 96 wizzkid drake sauce     ADD IN CART
   
 * Flowers Afro/Caribbean Vibe Beat 03:16 100 caribbean kizomba afro     ADD
   IN CART
   
 * Soul Trap Vibe Type Beat 03:23 111 vibe soul trap     ADD IN CART
   
 * Mariba Kizomba 100 instrumental mariba kizomba     ADD IN CART
   


close