heyrickbeats.com Open in urlscan Pro
52.206.159.80  Public Scan

URL: https://heyrickbeats.com/
Submission: On May 26 via manual from UA — Scanned from DE

Form analysis 4 forms found in the DOM

Name: searchProPageTracks

<form class="top-nav-search ng-pristine ng-valid" name="searchProPageTracks" ng-submit="searchMusic(keyword, 'slidingSearchMobile')" role="search"><button id="slidingSearchMobileBtn" aria-label="search button" class="md-button menu-btn" type="button"
    ng-click="slidingSearchFocus('slidingSearchMobile')"><i class="icon-search default-menu-link-color"></i></button>
  <div class="sliding-search-container main-menu-bg-color" ng-class="{'active': slidingSearchActive}"><span><i class="icon-search default-menu-link-color"></i></span> <input
      class="input-box main-menu-bg-color default-menu-link-color sliding-search ng-pristine ng-untouched ng-valid ng-empty" id="slidingSearchMobile" placeholder="Search beats" ng-blur="searchFocusedOff('slidingSearchMobile')" name="search_keyword"
      ng-model="keyword" autocomplete="off" type="search" aria-invalid="false"> <span><i class="icon-close default-menu-link-color" ng-click="searchFocusedOff('slidingSearchMobile')" role="button" tabindex="0"></i></span></div><button
    class="md-button primary-btn hide">SEARCH</button>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword, 'slidingSearchDesktop')" role="search" class="ng-pristine ng-valid">
  <div class="desktop-sliding-search" ng-class="{'active': slidingSearchActive}">
    <div class="input-container"><input class="input-box main-menu-bg-color desktop-search default-menu-link-color ng-pristine ng-untouched ng-valid ng-empty" id="slidingSearchDesktop" name="search_keyword" placeholder="Search beats"
        ng-model="keyword" ng-blur="searchFocusedOff('slidingSearchDesktop')" autocomplete="off" type="search" aria-invalid="false">
      <div ng-click="searchFocusedOff('slidingSearchDesktop')" class="search-close-button" role="button" tabindex="0"><i class="icon-close default-menu-link-color"></i></div>
    </div>
    <div class="search-open-button" ng-click="slidingSearchFocus('slidingSearchDesktop')" role="button" tabindex="0"><i class="icon-search default-menu-link-color"></i></div>
  </div><button class="hide" type="submit"></button>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" ng-if="pst.mainBg.main_buttons_type === 1" class="ng-pristine ng-valid ng-scope">
  <div id="home-search"><input class="desktop-search ng-pristine ng-untouched ng-valid 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" placeholder="What type of track are you looking for?" aria-invalid="false"> <button class="md-button primary-btn">SEARCH</button>
    <div class="search-auto-complete-results"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: userForm

<form name="userForm" ng-submit="propageContact(contact)" class="contact-form 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="primary-text-color md-required" for="input_0">YOUR NAME</label> <input required=""
        class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="name" ng-model="contact.name" autocomplete="off" id="input_0" 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="primary-text-color md-required" for="input_1">E-MAIL ADDRESS</label> <input required=""
        class="input-box primary-text-color 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_1" 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="primary-text-color md-required" for="input_2">SUBJECT</label> <input required=""
      class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="subject" ng-model="contact.subject" autocomplete="off" id="input_2" 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="primary-text-color md-required" for="input_3">MESSAGE</label>
    <div class="md-resize-wrapper"><textarea required="" class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="message" ng-model="contact.message" rows="1" md-select-on-focus=""
        autocomplete="off" id="input_3" aria-invalid="true" style="height: 30px;"></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 btn-container layout-gt-sm-row"><!-- ngIf: !sendingMessage -->
    <p class="m-none ng-scope" ng-if="!sendingMessage"><span ng-class="{'hide': !contactError}" class="text-danger ng-binding hide"><i class="fa fa-exclamation"></i> &nbsp; &nbsp; </span><button class="md-button primary-btn m-none btn-send">SEND
        MESSAGE</button></p><!-- end ngIf: !sendingMessage -->
  </div><!-- ngIf: sendingMessage -->
</form>

Text Content




SEARCH
About

Beats

Albums

Videos

Sound Kits

Contact

Services

Blog

Memberships

Merchandise



0
$0.00
Log In

SEARCH



 * TITLE TIME BPM TAGS

   
 * 
   chemical (heyrick x 80root) 03:12 150 indie pop $20.00 IN CART
   
 * 
   graduation pictures (heyrick x chrismarek) 01:47 179 guitar post malone
   $20.00 IN CART
   
 * 
   See through (heyrick) 02:33 125 guitar post malone $20.00 IN CART
   
 * 
   under the rug (heyrick x gavinhadley) 02:04 154 alt rock d4vd $20.00 IN CART
   
 * 
   minus one (heyrick x gavinhadley) 02:25 152 alternative post malone type beat
   $20.00 IN CART
   
 * 
   this is how u make me feel 02:07 151 no drums post malone $20.00 IN CART
   
 * 
   Aurora (heyrick) 02:22 135 d4vd pop $20.00 IN CART
   
 * 
   Plant an Idea (heyrick) 02:30 140 clairo funk $20.00 IN CART
   
 * 
   Decay (heyrick x theevoni) 02:55 126 justin bieber pop $20.00 IN CART
   
 * 
   Dopamine Society (heyrick x 80root) 02:09 161 indie pop post malone $20.00 IN
   CART
   
 * 
   Hold me Thight (heyrick) 02:28 129 drake post malone $20.00 IN CART
   
 * 
   Rise Above (heyrick x perishbeats) 02:22 121 pop rock post malone $20.00 IN
   CART
   
 * 
   Poison berries (heyrick) 02:21 139 juice wrld post malone $20.00 IN CART
   
 * 
   Spirit (heyrick) 02:15 135 piano ballad the kid laroi $20.00 IN CART
   
 * 
   Athena (heyrick x tiny) 03:03 94 juice wrld post malone $20.00 IN CART
   
 * 
   looking back (heyrick x maxflynn) 03:17 90 d4vd romantic pop $20.00 IN CART
   
 * 
   come find out (heyrick) 04:34 105 acoustic post malone $20.00 IN CART
   
 * 
   Malaga (heyrick x daks) 02:27 130 pop post malone $20.00 IN CART
   
 * 
   wasting time again (heyrick) 02:30 128 no drums post malone $20.00 IN CART
   
 * 
   End of the Day (heyrick x theevoni x comet) 01:51 155 don toliver rnb $20.00
   IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

POPULAR
Basic License $20.00 MAKE AN OFFER
• Basic License:• Untagged mp3 file
READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
Premium License $25.00 MAKE AN OFFER
• Premium License contains:• Mp3 file• Wav file
READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
Trackout Stems $60.00 MAKE AN OFFER
• Trackout Stems License contains:• Mp3 file• Wav file• Wav Trackout Stems
READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
Unlimited License $100.00 MAKE AN OFFER
• Unlimited license contains:• Mp3 file• Wav file• Wav Trackout Stems
READ LICENSE
POPULAR
Exclusive License $500.00 MAKE AN OFFER The Exclusive license will give you
ownership off the beat!

READ LICENSE



SOUND KITS EDIT

Best of 2022 Loops   $20.00   perennial (guitar loop kit)   $10.00  
photosynthesis (indie pop drum kit)   $20.00   perennial v2 (guitar loop kit)  
$10.00  

BROWSE ALL SOUND KITS





HEYRICK

3,280 subscribers


TOTAL VIEWS

687,828


VIDEOS

299

SUBSCRIBE



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

Home About Beats Albums Videos Sound Kits Contact Services Blog Memberships
Merchandise




CITY





 * Home
 * Beats
 * Albums
 * Videos
 * Sound Kits
 * Merchandise

 * Memberships
 * Services
 * Blog
 * About
 * Contact

 * Licensing Info
 * Terms of use
 * Privacy policy


$0.00 IN CART

NaN

   
 * 1
   
   chemical (heyrick x 80root) 03:12 indie pop $20.00 IN CART
   
 * 2
   
   graduation pictures (heyrick x chrismarek) 01:47 guitar post malone $20.00 IN
   CART
   
 * 3
   
   See through (heyrick) 02:33 guitar post malone $20.00 IN CART
   
 * 4
   
   under the rug (heyrick x gavinhadley) 02:04 alt rock d4vd $20.00 IN CART
   
 * 5
   
   minus one (heyrick x gavinhadley) 02:25 alternative post malone type beat
   $20.00 IN CART
   
 * 6
   
   this is how u make me feel 02:07 no drums post malone $20.00 IN CART
   
 * 7
   
   Aurora (heyrick) 02:22 d4vd pop $20.00 IN CART
   
 * 8
   
   Plant an Idea (heyrick) 02:30 clairo funk $20.00 IN CART
   
 * 9
   
   Decay (heyrick x theevoni) 02:55 justin bieber pop $20.00 IN CART
   
 * 10
   
   Dopamine Society (heyrick x 80root) 02:09 indie pop post malone $20.00 IN
   CART
   
 * 11
   
   Hold me Thight (heyrick) 02:28 drake post malone $20.00 IN CART
   
 * 12
   
   Rise Above (heyrick x perishbeats) 02:22 pop rock post malone $20.00 IN CART
   
 * 13
   
   Poison berries (heyrick) 02:21 juice wrld post malone $20.00 IN CART
   
 * 14
   
   Spirit (heyrick) 02:15 piano ballad the kid laroi $20.00 IN CART
   
 * 15
   
   Athena (heyrick x tiny) 03:03 juice wrld post malone $20.00 IN CART
   
 * 16
   
   looking back (heyrick x maxflynn) 03:17 d4vd romantic pop $20.00 IN CART
   
 * 17
   
   come find out (heyrick) 04:34 acoustic post malone $20.00 IN CART
   
 * 18
   
   Malaga (heyrick x daks) 02:27 pop post malone $20.00 IN CART
   
 * 19
   
   wasting time again (heyrick) 02:30 no drums post malone $20.00 IN CART
   
 * 20
   
   End of the Day (heyrick x theevoni x comet) 01:51 don toliver rnb $20.00 IN
   CART
   

saving Lyrics, please wait...