prodq6oi.beatstars.com Open in urlscan Pro
2600:1f18:264f:c606:4973:f409:9730:5089  Public Scan

Submitted URL: http://prodq6oi.beatstars.com/
Effective URL: https://prodq6oi.beatstars.com/
Submission: On December 02 via api from US — 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="Search" 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


Q6OI

SEARCH



 * TITLE TIME BPM TAGS

   
 * 
   Paradise | BUY 1 GET 1 FREE | Real Boston Richey Type Beat 02:55 153 real
   boston richey boston richey $15.00 IN CART
   
 * 
   Brain Stain | BUY 1 GET 1 FREE | Boston Richey x Rob49 Beat 02:37 171 real
   boston richey rob49 type beat $15.00 IN CART
   
 * 
   Dirt Hood | BUY 1 GET 1 FREE | Lil Durk x Lil Baby Type Beat 03:46 119 lil
   durk lil baby type beat $15.00 IN CART
   
 * 
   Woah | BUY 1 GET 1 FREE | Real Boston Richey x Jdot Breezy 02:10 83 real
   boston richey jdot breezy type beat $15.00 IN CART
   
 * 
   Cold World | BUY 1 GET 1 FREE | NBA YoungBoy PAIN 02:58 162 nba youngboy pain
   nba youngboy type beat $15.00 IN CART
   
 * 
   War | BUY 1 GET 1 FREE | Rob49 Type Beat 02:51 157 nardo wick nardo wick type
   beat $15.00 IN CART
   
 * 
   Bodies | BUY 1 GET 1 FREE | King Von Type Beat 02:56 152 king von king von
   type beat $15.00 IN CART
   
 * 
   Draco | BUY 1 GET 1 FREE | Real Boston Richey Type Beat 02:30 172 real boston
   richey jdot breezy type beat $15.00 IN CART
   
 * 
   Step Harder | BUY 1 GET 1 FREE | Real Boston Richey 02:40 166 real boston
   richey rob49 type beat $15.00 IN CART
   
 * 
   Keep Them Racks | BUY 1 GET 1 FREE 03:09 142 pooh shiesty type beat pooh
   shiesty $15.00 IN CART
   
 * 
   Trouble Maker | BUY 1 GET 1 FREE | Pooh Shiesty Type Beat 02:37 146 pooh
   shiesty type beat pooh shiesty $15.00 IN CART
   
 * 
   Drive By | BUY 1 GET 1 FREE | King Von Type Beat 02:42 132 king von moneybagg
   yo type beat $15.00 IN CART
   
 * 
   Grave | BUY 1 GET 1 FREE | Key Glock Pooh Shiesty Type Beat 02:54 132 pooh
   shiesty type beat pooh shiesty $15.00 IN CART
   
 * 
   Ice | BUY 1 GET 1 FREE 02:49 136 big scarr type beat key glock $15.00 IN CART
   
 * 
   Switches | BUY 1 GET 1 FREE 02:43 164 est gee type beat est gee $15.00 IN
   CART
   
 * 
   Ski Mask | BUY 1 GET 1 FREE | Pooh Shiesty Type Beat 02:31 155 pooh shiesty
   type beat pooh shiesty $15.00 IN CART
   
 * 
   No Chill | BUY 1 GET 1 FREE | Pooh Shiesty Type Beat 02:40 144 pooh shiesty
   type beat pooh shiesty $15.00 IN CART
   
 * 
   Spin Back | BUY 1 GET 1 FREE 02:37 146 pooh shiesty type beat pooh shiesty
   $15.00 IN CART
   
 * 
   Soldier | BUY 1 GET 1 FREE 02:33 150 nardo wick nardo wick type beat $15.00
   IN CART
   
 * 
   Open Fire | BUY 1 GET 1 FREE 02:38 145 king von king von type beat $15.00 IN
   CART
   

BROWSE ALL TRACKS


TRACK LIST EDIT





LICENSING INFO EDIT

POPULAR
BASIC LICENSE (Buy 1 Get 1 Free) $15.00 MAKE AN OFFER

READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
PREMIUM LICENSE (Buy 1 Get 1 Free) $30.00 MAKE AN OFFER

READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
UNLIMITED LICENSE (Buy 1 Get 1 Free) $50.00 MAKE AN OFFER

READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
EXCLUSIVE LICENSE (Buy 1 Get 1 Free) $80.00 MAKE AN OFFER

READ LICENSE
Bulk deals: BUY 1, GET 1 FREE



SERVICES EDIT

Mixing Vocals ***++Vocals Mixing++*** - Mixing Vocal ...

BROWSE ALL SERVICES


PROD. QBOI

1 subscribers


TOTAL VIEWS

44


VIDEOS

4

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




Ⓠ⑥ⓄⒾ





 * 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
   
   Paradise | BUY 1 GET 1 FREE | Real Boston Richey Type Beat 02:55 real boston
   richey boston richey $15.00 IN CART
   
 * 2
   
   Brain Stain | BUY 1 GET 1 FREE | Boston Richey x Rob49 Beat 02:37 real boston
   richey rob49 type beat $15.00 IN CART
   
 * 3
   
   Dirt Hood | BUY 1 GET 1 FREE | Lil Durk x Lil Baby Type Beat 03:46 lil durk
   lil baby type beat $15.00 IN CART
   
 * 4
   
   Woah | BUY 1 GET 1 FREE | Real Boston Richey x Jdot Breezy 02:10 real boston
   richey jdot breezy type beat $15.00 IN CART
   
 * 5
   
   Cold World | BUY 1 GET 1 FREE | NBA YoungBoy PAIN 02:58 nba youngboy pain nba
   youngboy type beat $15.00 IN CART
   
 * 6
   
   War | BUY 1 GET 1 FREE | Rob49 Type Beat 02:51 nardo wick nardo wick type
   beat $15.00 IN CART
   
 * 7
   
   Bodies | BUY 1 GET 1 FREE | King Von Type Beat 02:56 king von king von type
   beat $15.00 IN CART
   
 * 8
   
   Draco | BUY 1 GET 1 FREE | Real Boston Richey Type Beat 02:30 real boston
   richey jdot breezy type beat $15.00 IN CART
   
 * 9
   
   Step Harder | BUY 1 GET 1 FREE | Real Boston Richey 02:40 real boston richey
   rob49 type beat $15.00 IN CART
   
 * 10
   
   Keep Them Racks | BUY 1 GET 1 FREE 03:09 pooh shiesty type beat pooh shiesty
   $15.00 IN CART
   
 * 11
   
   Trouble Maker | BUY 1 GET 1 FREE | Pooh Shiesty Type Beat 02:37 pooh shiesty
   type beat pooh shiesty $15.00 IN CART
   
 * 12
   
   Drive By | BUY 1 GET 1 FREE | King Von Type Beat 02:42 king von moneybagg yo
   type beat $15.00 IN CART
   
 * 13
   
   Grave | BUY 1 GET 1 FREE | Key Glock Pooh Shiesty Type Beat 02:54 pooh
   shiesty type beat pooh shiesty $15.00 IN CART
   
 * 14
   
   Ice | BUY 1 GET 1 FREE 02:49 big scarr type beat key glock $15.00 IN CART
   
 * 15
   
   Switches | BUY 1 GET 1 FREE 02:43 est gee type beat est gee $15.00 IN CART
   
 * 16
   
   Ski Mask | BUY 1 GET 1 FREE | Pooh Shiesty Type Beat 02:31 pooh shiesty type
   beat pooh shiesty $15.00 IN CART
   
 * 17
   
   No Chill | BUY 1 GET 1 FREE | Pooh Shiesty Type Beat 02:40 pooh shiesty type
   beat pooh shiesty $15.00 IN CART
   
 * 18
   
   Spin Back | BUY 1 GET 1 FREE 02:37 pooh shiesty type beat pooh shiesty $15.00
   IN CART
   
 * 19
   
   Soldier | BUY 1 GET 1 FREE 02:33 nardo wick nardo wick type beat $15.00 IN
   CART
   
 * 20
   
   Open Fire | BUY 1 GET 1 FREE 02:38 king von king von type beat $15.00 IN CART
   

saving Lyrics, please wait...