hozaybeats.net Open in urlscan Pro
52.206.159.80  Public Scan

Submitted URL: http://www.hozaybeats.com/memberships
Effective URL: https://hozaybeats.net/
Submission: On July 18 via api from FI — Scanned from FI

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 beat 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 Hozay Beats">
          <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 Hozay Beats</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="62.37205137599578" 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




PRO PAGE

About Beats Albums Memberships Videos Drumkits FAQ Services Contact Merchandise
 $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

   
 * Shots Everywhere | Pooh Shiesty Type Beat 03:25 140 pooh shiesty type beat
   pooh shiesty moneybagg yo type beat     ADD IN CART
   
 * Diamonds Heal | Pooh Shiesty Type Beat 03:31 145 pooh shiesty type beat pooh
   shiesty moneybagg yo type beat     ADD IN CART
   
 * Chains & Diamonds | Pooh Shiesty Type Beat 03:39 140 pooh shiesty type beat
   pooh shiesty moneybagg yo type beat     ADD IN CART
   
 * Networth | Moneybagg Yo Type Beat 03:22 142 pooh shiesty type beat moneybagg
   yo moneybagg yo type beat     ADD IN CART
   
 * Just Because | Toosii Type Beat 03:33 180 toosii type beat rod wave type beat
   toosii     ADD IN CART
   
 * Get A Chance | LIl Baby Type Beat 03:01 161 pooh shiesty type beat lil baby
   type beat moneybagg yo type beat     ADD IN CART
   
 * Street Credit | Moneybagg Yo Type Beat 02:51 168 est gee type beat lil baby
   type baet moneybagg yo type beat     ADD IN CART
   
 * Chains & Drugs | Pooh Shiesty Type Beat 03:33 144 pooh shiesty type beat pooh
   shiesty moneybagg yo type beat     ADD IN CART
   
 * Up The Score | Moneybagg Yo Type Beat 03:02 158 pooh shiesty type beat
   moneybagg yo moneybagg yo type beat     ADD IN CART
   
 * Pay Up | Pooh Shiesty Type Beat 04:05 135 pooh shiesty type beat pooh shiesty
   big scarr type beat     ADD IN CART
   
 * Need Somebody | Toosii Type Beat 04:17 135 toosii type beat rod wave type
   beat toosii     ADD IN CART
   
 * Whatever | Pooh Shiesty Type Beat 03:02 158 pooh shiesty type beat pooh
   shiesty key glock type beat     ADD IN CART
   
 * Somebody Like You | Toosii Type Beat 03:46 144 toosii type beat rod wave type
   beat toosii     ADD IN CART
   
 * Hot | Pooh Shiesty Type Beat 03:05 158 moneybagg yo type beat pooh shiesty
   pooh shiesty type beat     ADD IN CART
   
 * Never Lasts | Toosii Type Beat 03:50 125 rod wave type beat toosii toosii
   type beat     ADD IN CART
   
 * At The Top | Lil Baby Type Beat 03:46 127 gunna type beat lil baby lil baby
   type beat     ADD IN CART
   
 * Murda Zone | Moneybagg Yo Type Beat 03:38 132 pooh shiesty type beat
   moneybagg yo moneybagg yo type beat     ADD IN CART
   
 * Catch A Opp | Moneybagg Yo Type Beat 03:25 140 moneybagg yo moneybagg yo type
   beat pooh shiesty type beat     ADD IN CART
   
 * Glock On Me | Moneybagg Yo Type Beat 03:25 140 moneybagg yo moneybagg yo type
   beat pooh shiesty type beat     ADD IN CART
   
 * Iceberg | Pooh Shiesty Type Beat 03:30 137 pooh shiesty type beat type beat
   moneybagg yo type beat     ADD IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

P O P U L A R Basic Lease $39.99 ~ PER UNIT MAKE AN OFFER MP3 File Only

• HQ Single Tagged MP3 file

• Profit use

• Spotify, Apple, iTunes, etc

• Up to 10,000 Monetized streams

• NO Content ID for Youtube Allowed

Read Full License

BULK DEALS

BUY 2, GET 1 FREE

BUY 3, GET 2 FREE

BUY 4, GET 3 FREE

BUY 5, GET 5 FREE

BUY 6, GET 7 FREE

BUY 7, GET 10 FREE

BUY 8, GET 12 FREE

 MORE LESS

P O P U L A R Premium Lease $59.99 ~ PER UNIT MAKE AN OFFER High Quality WAV
File + MP3

• Single Taggwd MP3 + WAV file

• Commercial Use

• Distribute to ALL Platforms worldwide inc. YouTube, Spotify

• Up to 100,000 Monetized streams

• NO Content ID on Youtube Allowed

Read Full License

BULK DEALS

BUY 2, GET 1 FREE

BUY 3, GET 2 FREE

BUY 4, GET 3 FREE

BUY 5, GET 5 FREE

BUY 6, GET 7 FREE

BUY 7, GET 10 FREE

BUY 8, GET 12 FREE

 MORE LESS

P O P U L A R Trackout Lease $99.99 ~ PER UNIT MAKE AN OFFER WAV Trackouts + HQ
WAV + MP3

• Untagged MP3 + WAV + STEMS

• Full WAV Trackout files

• Up to 500,000 Streams

• Ideal for rearrangements, mixing & mastering

• Spotify, Apple, iTunes, etc

• NO Content ID for YouTube

Allowed

Read Full License

BULK DEALS

BUY 2, GET 1 FREE

BUY 3, GET 2 FREE

BUY 4, GET 3 FREE

BUY 5, GET 5 FREE

BUY 6, GET 7 FREE

BUY 7, GET 10 FREE

BUY 8, GET 12 FREE

 MORE LESS

P O P U L A R Unlimited Lease $149.99 ~ PER UNIT MAKE AN OFFER WAV Trackouts +
HQ Wav + MP3. FULL Distribution + Monetization Rights

• MP3 + WAV + STEMS

• Full Commercial Use

• Good if you think the song will blow up

Spotify, Apple, iTunes, etc

• Unlimited Streams, Sales, Radio Stations, etc

• NO Content ID for YouTube

Allowed

Read Full License

BULK DEALS

BUY 2, GET 1 FREE

BUY 3, GET 2 FREE

BUY 4, GET 3 FREE

BUY 5, GET 5 FREE

BUY 6, GET 7 FREE

BUY 7, GET 10 FREE

BUY 8, GET 12 FREE

 MORE LESS

P O P U L A R Exclusive $0.00 ~ PER UNIT MAKE AN OFFER Exclusive WAV Trackouts +
HQ Wav + MP3

• Exclusive Rights

• MP3 + WAV + STEMS

• Full Commercial Usage

• Spotify, Apple, YouTube, etc

• Unlimited Streams, Sales

• Publishing Split 50/50

• Track Removed from Catalog

• Track No longer sold to anyone else

Read Full License




MEMBERSHIPS

R E C O M M E N D E D Basic $9.99 Monthly JOIN NOW

1 Free Download(s) per Month of Track(s) with Basic Lease License

~ PLAN DETAILS ~

FREE Regular Lease Every Month
R E C O M M E N D E D Basic + $14.99 Monthly JOIN NOW

2 Free Download(s) per Month of Track(s) with Basic Lease License

~ PLAN DETAILS ~

2 FREE Downloads per month of tracks with Regular Lease Licence ($60 VALUE!)
R E C O M M E N D E D Premium $19.99 Monthly JOIN NOW

4 Free Download(s) per Month of Track(s) with Basic Lease License

~ PLAN DETAILS ~

4 FREE Downloads per month of tracks with regular lease license ($120 VALUE!)



DRUMKITS


DETAILS


$4.99

Ecstasy (Chopped Samples)

DETAILS


$4.99

Abstract (Chopped Samples)

DETAILS


$14.99

Hozay Official Drumkit

DETAILS


FREE

Beautiful Pain Loop Kit (Toosii, Rod Wave, Polo G, NoCap)

BROWSE ALL KITS


SERVICES


WEEKLY LOOPS

What you get: * Receive Weekly Loops from Hozay * Opportunities for placements
on beats s...

DETAILS



YOUTUBE COLLAB (YEARLY 12 UPLOADS)

**A collab with me that will be uploaded to my YouTube and sales will be split
50/50** *...

DETAILS



YOUTUBE COLLAB (SINGLE UPLOAD)

**A collab with me that will be uploaded to my YouTube and sales will be split
50/50** ...

DETAILS

BROWSE ALL SERVICES


FAQ - FREQUENTLY ASKED QUESTIONS

#Frequently Asked Question

Posted on April 8, 2023

Here's a list of Frequently Asked Questions I get every day about how licensing
beats works and more. If you have any additional questions feel free to email me
at hozayonthebeat@gmail.com

READ ARTICLE BROWSE BLOG




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  Beats  Albums  Videos shopping_basket Merchandise  Memberships 
Drumkits  Services  FAQ  Contact




ッ



TERMS OF USE    •    PRIVACY POLICY




 

 * Main
 * About
 * Beats
 * Albums
 * Videos
 * Drumkits

 * Merchandise
 * Memberships
 * Services
 * FAQ
 * Contact
 * Licensing Info


 










 repeat    format_list_numbered 

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

   
 * Shots Everywhere | Pooh Shiesty Type Beat 03:25 140 pooh shiesty type beat
   pooh shiesty moneybagg yo type beat     ADD IN CART
   
 * Diamonds Heal | Pooh Shiesty Type Beat 03:31 145 pooh shiesty type beat pooh
   shiesty moneybagg yo type beat     ADD IN CART
   
 * Chains & Diamonds | Pooh Shiesty Type Beat 03:39 140 pooh shiesty type beat
   pooh shiesty moneybagg yo type beat     ADD IN CART
   
 * Networth | Moneybagg Yo Type Beat 03:22 142 pooh shiesty type beat moneybagg
   yo moneybagg yo type beat     ADD IN CART
   
 * Just Because | Toosii Type Beat 03:33 180 toosii type beat rod wave type beat
   toosii     ADD IN CART
   
 * Get A Chance | LIl Baby Type Beat 03:01 161 pooh shiesty type beat lil baby
   type beat moneybagg yo type beat     ADD IN CART
   
 * Street Credit | Moneybagg Yo Type Beat 02:51 168 est gee type beat lil baby
   type baet moneybagg yo type beat     ADD IN CART
   
 * Chains & Drugs | Pooh Shiesty Type Beat 03:33 144 pooh shiesty type beat pooh
   shiesty moneybagg yo type beat     ADD IN CART
   
 * Up The Score | Moneybagg Yo Type Beat 03:02 158 pooh shiesty type beat
   moneybagg yo moneybagg yo type beat     ADD IN CART
   
 * Pay Up | Pooh Shiesty Type Beat 04:05 135 pooh shiesty type beat pooh shiesty
   big scarr type beat     ADD IN CART
   
 * Need Somebody | Toosii Type Beat 04:17 135 toosii type beat rod wave type
   beat toosii     ADD IN CART
   
 * Whatever | Pooh Shiesty Type Beat 03:02 158 pooh shiesty type beat pooh
   shiesty key glock type beat     ADD IN CART
   
 * Somebody Like You | Toosii Type Beat 03:46 144 toosii type beat rod wave type
   beat toosii     ADD IN CART
   
 * Hot | Pooh Shiesty Type Beat 03:05 158 moneybagg yo type beat pooh shiesty
   pooh shiesty type beat     ADD IN CART
   
 * Never Lasts | Toosii Type Beat 03:50 125 rod wave type beat toosii toosii
   type beat     ADD IN CART
   
 * At The Top | Lil Baby Type Beat 03:46 127 gunna type beat lil baby lil baby
   type beat     ADD IN CART
   
 * Murda Zone | Moneybagg Yo Type Beat 03:38 132 pooh shiesty type beat
   moneybagg yo moneybagg yo type beat     ADD IN CART
   
 * Catch A Opp | Moneybagg Yo Type Beat 03:25 140 moneybagg yo moneybagg yo type
   beat pooh shiesty type beat     ADD IN CART
   
 * Glock On Me | Moneybagg Yo Type Beat 03:25 140 moneybagg yo moneybagg yo type
   beat pooh shiesty type beat     ADD IN CART
   
 * Iceberg | Pooh Shiesty Type Beat 03:30 137 pooh shiesty type beat type beat
   moneybagg yo type beat     ADD IN CART
   


close






 GET AN EXTRA 10% OFF!
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 Hozay Beats
Subscribe Now Subscribing email, please wait...