genics.beatstars.com Open in urlscan Pro
2600:1f18:264f:c61f:e661:26dc:75c3:40dd  Public Scan

Submitted URL: http://genics.beatstars.com/
Effective URL: https://genics.beatstars.com/
Submission: On June 22 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="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




GENICS


SEARCH
About

Tracks

Albums

Videos

Memberships

Sound Kits

Services

Blog

Contact

Merchandise



0
$0.00
Log In


BUY 1 GET 1 FREE

SEARCH

Featured Track  •  120BPM


I HAVE NOTHING (J COLE X 21 SAVAGE TYPE BEAT)

$35.00 IN CART
21 savagej cole


 * TITLE TIME BPM TAGS

   
 * 
   Freakalicious (Glorilla Type Beat) 03:30 146 memphis glorilla type beat
   $35.00 IN CART
   
 * 
   Preferences (Tyla x Ampiano Type Beat) 03:37 115 ampiano tyla $35.00 IN CART
   
 * 
   Get Tipsy (Cardi B x Megan Thee Stallion Type Beat) 03:33 100 freestyle type
   beat megantheestallion $35.00 IN CART
   
 * 
   Benjamin Franks (Gunna Type Beat) 02:50 124 gunna oneofwun $35.00 IN CART
   
 * 
   Type Shit (Glorilla x Megan Thee Stallion Type Beat) 02:44 140 glorilla type
   beat megan thee stallion $35.00 IN CART
   
 * 
   I Have Nothing (J Cole x 21 Savage Type Beat) 03:44 120 21 savage j cole
   $35.00 IN CART
   
 * 
   Party Girlz (New Jazz x Rnb Type Beat) 02:41 119 emotional rnb $35.00 IN CART
   
 * 
   UCLA (Ken Carson Type Beat) 02:12 145 ken carson type beat rage $35.00 IN
   CART
   
 * 
   Steady Watchin (Glorilla Type Beat) 02:07 152 memphis sexyy red $35.00 IN
   CART
   
 * 
   Move it (Ice Spice x Nicki Minaj Type Beat) 02:12 138 nicki minaj jersey club
   type beat $35.00 IN CART
   
 * 
   So Sick (Lay Bankz x Ice Spice Type Beat) 02:42 130 lay bankz jersey club
   type beat $35.00 IN CART
   
 * 
   ONE OF WUN (Gunna x Offset Type Beat) 02:31 127 gunna offset $35.00 IN CART
   
 * 
   Freaknik (Drake x 21 Savage Type Beat) 03:36 80 21 savage j cole $35.00 IN
   CART
   
 * 
   P Shit (Gunna x Drake Type Beat) 03:12 120 gunna drake $35.00 IN CART
   
 * 
   Wild Side (SZA x Rnb Type Beat) 03:54 82 rnb sza type beat $35.00 IN CART
   
 * 
   Matter (Chris Brown x Afro Type Beat) 03:12 120 chris brown afro type beat
   $35.00 IN CART
   
 * 
   Attached (Gunna x Offset Type Beat) 02:46 127 gunna offset $35.00 IN CART
   
 * 
   Late Night (rnb x soul type beat) 03:17 118 soul rnb $35.00 IN CART
   
 * 
   Texas County | BUY 1 GET 1 FREE 02:31 127 bigxthaplug sample $35.00 IN CART
   
 * 
   The Biggest | BUY 1 GET 1 FREE 01:36 160 real boston richey bossman dlow
   $35.00 IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

POPULAR
MP3 Lease $35.00MAKE AN OFFER
• MP3, trackouts not included
• Must credit @prodGenics
• Max 1 000 distribution copies
• Max 100 000 audio Streams
• Max 100 000 Video Streams

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 1 FREE!
POPULAR
Premium Lease $50.00MAKE AN OFFER
• Contact for Untagged Version
• MP3, trackouts not included
• Must credit @prodGenics
• Max 2 500 distribution copies
• Max 500 000 audio Streams
• Max 500 000 Video Streams

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 1 FREE!
POPULAR
Premium Plus License $80.00MAKE AN OFFER •MP3 + WAV + TRACKOUTS •Must credit
@prodgenics. •Max 2 500 distribution copies •Max 500 000 audio Streams •Max 500
000 Video Streams
• Used for Music Recording
• Distribute up to 2.500 copies
• 500.000 Online Audio Streams
• 1 Music Video
• For Profit Live Performances
• Radio Broadcasting rights (2 Stations)

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 1 FREE!
POPULAR
Exclusive License ~MAKE AN OFFER
• Purchase to use on digital platforms such as iTunes, Spotify, Apple Music,
Tidal, etc.
• Must credit @prodGenics
• OWN FULL RIGHTS OF THE BEAT
• Request for Stems genicsbeats@gmail.com

READ LICENSE
POPULAR
Unlimited Lease $150.00MAKE AN OFFER
• MP3+WAV
• Must credit @prodGenics
• UNLIMITED distribution copies
• UNLIMITED audio and video streams

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 1 FREE!




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 Tracks Albums Videos Memberships Sound Kits Services Blog Contact
Merchandise




GENICS

Purchase your tracks today Copyright © 2024 GENICS, LLC



 * Home
 * Tracks
 * Albums
 * Videos
 * Sound Kits
 * Merchandise

 * Memberships
 * Services
 * Blog
 * About
 * Contact

 * Licensing Info
 * Terms of use
 * Privacy policy
 * YouTube Terms of Service


$0.00 IN CART

NaN

   
 * 1
   
   Freakalicious (Glorilla Type Beat) 03:30 memphis glorilla type beat $35.00 IN
   CART
   
 * 2
   
   Preferences (Tyla x Ampiano Type Beat) 03:37 ampiano tyla $35.00 IN CART
   
 * 3
   
   Get Tipsy (Cardi B x Megan Thee Stallion Type Beat) 03:33 freestyle type beat
   megantheestallion $35.00 IN CART
   
 * 4
   
   Benjamin Franks (Gunna Type Beat) 02:50 gunna oneofwun $35.00 IN CART
   
 * 5
   
   Type Shit (Glorilla x Megan Thee Stallion Type Beat) 02:44 glorilla type beat
   megan thee stallion $35.00 IN CART
   
 * 6
   
   I Have Nothing (J Cole x 21 Savage Type Beat) 03:44 21 savage j cole $35.00
   IN CART
   
 * 7
   
   Party Girlz (New Jazz x Rnb Type Beat) 02:41 emotional rnb $35.00 IN CART
   
 * 8
   
   UCLA (Ken Carson Type Beat) 02:12 ken carson type beat rage $35.00 IN CART
   
 * 9
   
   Steady Watchin (Glorilla Type Beat) 02:07 memphis sexyy red $35.00 IN CART
   
 * 10
   
   Move it (Ice Spice x Nicki Minaj Type Beat) 02:12 nicki minaj jersey club
   type beat $35.00 IN CART
   
 * 11
   
   So Sick (Lay Bankz x Ice Spice Type Beat) 02:42 lay bankz jersey club type
   beat $35.00 IN CART
   
 * 12
   
   ONE OF WUN (Gunna x Offset Type Beat) 02:31 gunna offset $35.00 IN CART
   
 * 13
   
   Freaknik (Drake x 21 Savage Type Beat) 03:36 21 savage j cole $35.00 IN CART
   
 * 14
   
   P Shit (Gunna x Drake Type Beat) 03:12 gunna drake $35.00 IN CART
   
 * 15
   
   Wild Side (SZA x Rnb Type Beat) 03:54 rnb sza type beat $35.00 IN CART
   
 * 16
   
   Matter (Chris Brown x Afro Type Beat) 03:12 chris brown afro type beat $35.00
   IN CART
   
 * 17
   
   Attached (Gunna x Offset Type Beat) 02:46 gunna offset $35.00 IN CART
   
 * 18
   
   Late Night (rnb x soul type beat) 03:17 soul rnb $35.00 IN CART
   
 * 19
   
   Texas County | BUY 1 GET 1 FREE 02:31 bigxthaplug sample $35.00 IN CART
   
 * 20
   
   The Biggest | BUY 1 GET 1 FREE 01:36 real boston richey bossman dlow $35.00
   IN CART
   

saving Lyrics, please wait...