www.beatsbysalvaje.com Open in urlscan Pro
52.206.159.80  Public Scan

Submitted URL: http://www.beatsbysalvaje.com/
Effective URL: https://www.beatsbysalvaje.com/
Submission: On September 29 via api from GB — Scanned from GB

Form analysis 5 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_17">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_17" 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_18">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_18" 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_19">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_19" 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_20">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_20" 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>

Name: subscriptionFormSettings

<form name="subscriptionFormSettings" ng-submit="subscriptionFormSettings.$valid ? subscribeEmail(subscriptionFormDialog): null" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-valid-email">
  <md-content layout-padding="" class="boxed-white bg-white layout-padding _md">
    <div>
      <div layout-gt-sm="row" class="m-b-sm layout-gt-sm-row"><md-input-container class="md-block m-b-none flex-gt-sm" flex-gt-sm=""><label for="input_15" class="md-required">Full Name</label> <input required=""
            class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="full_name" ng-model="subscriptionFormDialog.full_name" autocomplete="off" id="input_15" aria-invalid="true">
          <div class="md-errors-spacer"></div>
          <div ng-messages="subscriptionFormSettings.full_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">Name is required.</div>
          </div>
        </md-input-container></div>
      <div layout-gt-sm="row" class="m-b-sm layout-gt-sm-row"><md-input-container class="md-block m-b-none flex-gt-sm" flex-gt-sm=""><label for="input_16" class="md-required">E-mail address</label> <input required=""
            class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-valid-email" ng-model="subscriptionFormDialog.email" name="email" type="email"
            minlength="3" maxlength="100" ng-pattern="/^.+@.+\..+$/" autocomplete="off" id="input_16" aria-invalid="true">
          <div class="md-errors-spacer"></div>
          <div ng-messages="subscriptionFormSettings.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><!-- ngIf: subscriptionSettings.provider_type === 'fan_connect' || subscriptionSettings.fan_connect_tag_id != 0 -->
    </div>
    <div layout="row" layout-padding="" class="layout-padding layout-row"><span flex="" class="text-center flex"><md-checkbox name="accept_mailing_list" ng-model="accept_mailing_list" required=""
          class="text-left ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" tabindex="0" type="checkbox" role="checkbox" aria-checked="false" aria-invalid="true" aria-required="true"
          aria-label="Check this box to confirm that you would like to receive emails from Salvaje">
          <div class="md-container md-ink-ripple" md-ink-ripple="" md-ink-ripple-checkbox="">
            <div class="md-icon"></div>
          </div>
          <div ng-transclude="" class="md-label"><span class="text-sm ng-binding ng-scope">Check this box to confirm that you would like to receive emails from Salvaje</span></div>
        </md-checkbox></span></div>
    <div layout-gt-sm="row" class="layout-gt-sm-row"><md-input-container class="md-block m-b-none flex-gt-sm" flex-gt-sm=""><button class="md-button btn-primary-cta m-none btn-block ng-binding text-muted"
          ng-class="{'hide':submittingEmail, 'text-muted': !accept_mailing_list}" ng-disabled="!accept_mailing_list" disabled="disabled">Subscribe Now</button> <span ng-class="{'hide':!submittingEmail}"
          class="inline m-t-xs hide"><md-progress-circular class="md-hue-2 inline v-middle ng-isolate-scope md-mode-indeterminate" md-diameter="20px" aria-valuemin="0" aria-valuemax="100" role="progressbar" md-mode="indeterminate"
            style="width: 20px; height: 20px;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" style="width: 20px; height: 20px; transform-origin: 10px 10px 10px;">
              <path fill="none" stroke-width="2" stroke-linecap="square" d="M10,1A9,9 0 1 1 1,10" stroke-dasharray="42.411500823462205" stroke-dashoffset="120.91493939370241" transform="rotate(-270 10 10)"></path>
            </svg></md-progress-circular>Subscribing email, please wait...</span></md-input-container></div>
    <div layout="row" class="text-danger block text-center text-xs text-ellipsis hide layout-row" ng-class="{'hide':submitError==''}"><span flex="" class="ng-binding flex"><i class="fa fa-exclamation m-r-xs"></i> </span></div>
  </md-content></form>

Text Content




TRIPICT.COM

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





Music About



FEATURED TRACK

 

FEATURED TRACK




GENRE

BPM

PRICE

$0.00+

BPM

PRICE

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

   
 * Gunfight |Trippie Red Type Beat 03:40 122 Trippie Redd Melodic Type Beat Trap
   Beat     ADD IN CART
   
 * Truth Told |Nba Youngboy Type Beat 03:12 140 Piano Type Beat Nba Youngboy
   Melodic Type Beat     ADD IN CART
   
 * Voicemail |Rod Wave Type Beat 2023 03:39 140 Rod Wave Rod Wave Type Beat
   Melodic Type Beat     ADD IN CART
   
 * We're Outside |Kodak Black x Lil Durk Type Beat 03:26 130 Kodak Black Type
   Beat Lil Durk Type Beat Choir Type Beat     ADD IN CART
   
 * Around The World|Rick Ross x Kanye West Type Beat 02:08 150 Soulful Type Beat
   Kanye West type beat Rick Ross type beat     ADD IN CART
   
 * Cant Say Why|Lil Durk Type Beat 02:50 135 Lil Durk Type Beat Trap Melodic  
     ADD IN CART
   
 * Ghost |Trippie Redd Type Beat 03:42 130 Trap Beat Trap Trippie Redd    
   ADD IN CART
   
 * Summer Walker x Bryson Tiller Type Beat| Romeo Must Die 03:08 120 Bryson
   tiller type beat trap soul Summer walker type beat     ADD IN CART
   
 * Rick Ross x Drake Type Beat |Help Me 02:59 150 Rick ross type beat drake type
   beat soulful sample type beat     ADD IN CART
   
 * 42 Dugg x Lil Durk Type Beat |Put You ON 02:57 162 Lil Durk Type Beat Trap
   Beat 42 Dugg Type Beat     ADD IN CART
   
 * Chris Brown x Lil Durk Type Beat |Manifested 03:31 127 Melodic type beat Lil
   Durk type beat Chris brown type beat     ADD IN CART
   
 * Lil Durk x OMB Peezy Type Beat |Trials 03:12 150 Lil Durk Type Beat OMB Peezy
   Type Beat Melodic type Beat     ADD IN CART
   
 * Glorilla x Duke Deuce Type Beat |Sleepin 03:12 140 Duke Deuce Type Beat Crunk
   Type Beat Glorilla type Beat     ADD IN CART
   
 * No Cap x NBA Youngboy Type Beat| Sacred Dreams 02:08 150 Nba Youngboy Type
   Beat No Cap type beat Guitar type beat     ADD IN CART
   
 * Darkness |Lil Durk Type Beat 2023 02:46 162 Lil Durk Type Beat Trap Melodic 
      ADD IN CART
   
 * Heartbreak Kid | Nba Youngboy Type Beat 02:59 150 soulful nba youngboy type
   beat sampled type beat     ADD IN CART
   
 * Try Sumn |Nba Youngboy Type Beat 02:52 156 baton rouge type beat nba youngboy
   type beat dark     ADD IN CART
   
 * Savage Living|Nba Youngboy Type Beat 03:00 80 fredo bang nba youngboy bbg
   babyjoe     ADD IN CART
   
 * Betrayed | Nba Youngboy Type Beat 2022 03:26 152 nba youngboy type beat
   betrayed nba youngboy     ADD IN CART
   
 * Top Off | Nba Youngboy Type Beat 2022 02:26 157 baton rouge type beat nba
   youngboy trap beat     ADD IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

P O P U L A R Basic License (MP3) $49.99 ~ PER UNIT MAKE AN OFFER Mp3 is good
qualiity but not the highest. This is the basic license of an beat and the
lowest price.

Mp3 Version.

Read Full License

P O P U L A R Standard (WAV + MP3) $74.99 ~ PER UNIT MAKE AN OFFER Wav is a
higher quality from the MP3. typically you would want to record your vocal on a
wav file. The Standard License will include both in high quality.

Wav and Mp3 versions at 320kps & 24bit

Read Full License

P O P U L A R Pro (Trackout + Wav) $99.99 ~ PER UNIT MAKE AN OFFER "Track Stems"
Includes each individual sound of the beat purchased. This allows artist to take
out whatever sounds he/she wants. Engineers can tweak the beat to match up with
the vocal or vice versa. This License also includes the wav/mp3 of the track pur

Track Stems.

Read Full License

P O P U L A R Unlimited License $149.99 ~ PER UNIT MAKE AN OFFER Unlimited Beat
Lease is still leasing the beat, but with unlimited distribution rights for a
certain period of time. The music producer still can continue to profit from the
sale of leases from his/her website.

Mp3 Version.

Wav Version.

Trackstems

Read Full License

P O P U L A R Exclusive License $999.99 ~ PER UNIT MAKE AN OFFER Exclusive
Rights give artist the sole ownership of the beat. Including the unlimited use
of the beat. Once sold it can no longer be sold by me the producer and must be
taken down for sale.

Track Stems.

Mp3 Version

Wav Version

Read Full License




SOUND KITS


DETAILS


FREE

Welcome To DC (Drum Kit)

BROWSE ALL KITS


SERVICES


CUSTOM BEATS

Turn around will be 2-5 days depending on the orders received. Soon as you
purchase email ...

DETAILS

BROWSE ALL SERVICES




REY SALVAJE

 * remove_red_eye 5,763 Views on my Channel
 * subscriptions 319 Subscribers
 * hd 14 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
 About  Tracks  Albums  Videos shopping_basket Merchandise  Memberships 
Sound Kits  Services  Blog  Contact



design by tripict.com

TERMS OF USE    •    PRIVACY POLICY




 

 * Main
 * About
 * Tracks
 * Albums
 * Videos
 * Sound Kits

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


 










 repeat    format_list_numbered 

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

   
 * Gunfight |Trippie Red Type Beat 03:40 122 Trippie Redd Melodic Type Beat Trap
   Beat     ADD IN CART
   
 * Truth Told |Nba Youngboy Type Beat 03:12 140 Piano Type Beat Nba Youngboy
   Melodic Type Beat     ADD IN CART
   
 * Voicemail |Rod Wave Type Beat 2023 03:39 140 Rod Wave Rod Wave Type Beat
   Melodic Type Beat     ADD IN CART
   
 * We're Outside |Kodak Black x Lil Durk Type Beat 03:26 130 Kodak Black Type
   Beat Lil Durk Type Beat Choir Type Beat     ADD IN CART
   
 * Around The World|Rick Ross x Kanye West Type Beat 02:08 150 Soulful Type Beat
   Kanye West type beat Rick Ross type beat     ADD IN CART
   
 * Cant Say Why|Lil Durk Type Beat 02:50 135 Lil Durk Type Beat Trap Melodic  
     ADD IN CART
   
 * Ghost |Trippie Redd Type Beat 03:42 130 Trap Beat Trap Trippie Redd    
   ADD IN CART
   
 * Summer Walker x Bryson Tiller Type Beat| Romeo Must Die 03:08 120 Bryson
   tiller type beat trap soul Summer walker type beat     ADD IN CART
   
 * Rick Ross x Drake Type Beat |Help Me 02:59 150 Rick ross type beat drake type
   beat soulful sample type beat     ADD IN CART
   
 * 42 Dugg x Lil Durk Type Beat |Put You ON 02:57 162 Lil Durk Type Beat Trap
   Beat 42 Dugg Type Beat     ADD IN CART
   
 * Chris Brown x Lil Durk Type Beat |Manifested 03:31 127 Melodic type beat Lil
   Durk type beat Chris brown type beat     ADD IN CART
   
 * Lil Durk x OMB Peezy Type Beat |Trials 03:12 150 Lil Durk Type Beat OMB Peezy
   Type Beat Melodic type Beat     ADD IN CART
   
 * Glorilla x Duke Deuce Type Beat |Sleepin 03:12 140 Duke Deuce Type Beat Crunk
   Type Beat Glorilla type Beat     ADD IN CART
   
 * No Cap x NBA Youngboy Type Beat| Sacred Dreams 02:08 150 Nba Youngboy Type
   Beat No Cap type beat Guitar type beat     ADD IN CART
   
 * Darkness |Lil Durk Type Beat 2023 02:46 162 Lil Durk Type Beat Trap Melodic 
      ADD IN CART
   
 * Heartbreak Kid | Nba Youngboy Type Beat 02:59 150 soulful nba youngboy type
   beat sampled type beat     ADD IN CART
   
 * Try Sumn |Nba Youngboy Type Beat 02:52 156 baton rouge type beat nba youngboy
   type beat dark     ADD IN CART
   
 * Savage Living|Nba Youngboy Type Beat 03:00 80 fredo bang nba youngboy bbg
   babyjoe     ADD IN CART
   
 * Betrayed | Nba Youngboy Type Beat 2022 03:26 152 nba youngboy type beat
   betrayed nba youngboy     ADD IN CART
   
 * Top Off | Nba Youngboy Type Beat 2022 02:26 157 baton rouge type beat nba
   youngboy trap beat     ADD IN CART
   


close






 Recieve 40% off your first purchase!!
Full Name

Name is required.
E-mail address

Your email must be between 3 and 100 characters long and look like an e-mail
address.
Check this box to confirm that you would like to receive emails from Salvaje
Subscribe Now Subscribing email, please wait...