xaythechemist.com Open in urlscan Pro
52.206.159.80  Public Scan

Submitted URL: http://xaythechemist.com/
Effective URL: https://xaythechemist.com/
Submission: On March 12 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




SEARCH
About

Tracks

Albums

Videos

Memberships

Sound Kits

Services

Blog

Contact

Merchandise



0
$0.00
Log In

SEARCH

Featured Track  •  130BPM


HELLCAT- LUCKI & DESTROY LONELY

$35.00 IN CART
destroylonelylucki


 * TITLE TIME BPM TAGS

   
 * 
   Hellcat- Lucki & Destroy Lonely 03:41 130 destroylonely lucki $35.00 IN CART
   
 * 
   Psychdelics - Drake & Travis Scott 03:20 163 future drake $35.00 IN CART
   
 * 
   Snakes - Roddy Ricch x Gunna 03:52 128 gunna roddyricch $35.00 IN CART
   
 * 
   Shrooms - Pierre Bourne x Young Nudy 02:30 155 lucki pierrebourne $35.00 IN
   CART
   
 * 
   Turks - Drake x Future 03:21 144 future metroboomin $35.00 IN CART
   
 * 
   Space - Takeoff 02:39 134 lucki takeoff $35.00 IN CART
   
 * 
   Hyenas - Lil Baby x Kodak Black 03:42 134 21savage lilbaby $35.00 IN CART
   
 * 
   Diamonds - Future x Lil Baby 03:25 160 future lildurk $35.00 IN CART
   
 * 
   Coast - Don Toliver x Gunna 03:24 132 gunna nav $35.00 IN CART
   
 * 
   Succubus - Destroy Lonely x Lucki 03:30 128 destroylonely lucki $35.00 IN
   CART
   
 * 
   For You - PARTYNEXTDOOR x Summer Walker 04:36 80 partynextdoor brysontiller
   $35.00 IN CART
   
 * 
   Melanin - 6lack x Kendrick Lamar 03:00 88 jid 6lack $35.00 IN CART
   
 * 
   Sky - Bryson Tiller x The Weekend 04:01 126 brysontiller theweekend $35.00 IN
   CART
   
 * 
   Masks- Lil Baby x Migos 02:18 146 future lilbaby $35.00 IN CART
   
 * 
   Sensational - Future x Yung Bleu 03:33 126 future lilbaby $35.00 IN CART
   
 * 
   My City - Lil Baby 03:02 144 future lildurk $35.00 IN CART
   
 * 
   Forbes - Gunna x Young Thug 02:09 120 gunna ysl $35.00 IN CART
   
 * 
   Clouds - Chris Brown x Quavo 02:30 140 chrisbrown dontoliver $35.00 IN CART
   
 * 
   Moncler - Hoodrich Pablo Juan x Lil Baby 03:40 130 gunna hoodrichpablojuan
   $35.00 IN CART
   
 * 
   Pink - Gunna 03:48 120 gunna lilkeed $35.00 IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

POPULAR
MP3 Unlimited $65.00 MAKE AN OFFER
• MP3• Unlimited units• 3 commercial use• Xay the Chemist retains full
rights• Must credit Xay the Chemist
READ LICENSE
POPULAR
MP3 Lease $35.00 MAKE AN OFFER
• MP3• Sell up to 3500 units• 3 commercial use• Xay the Chemist retains full
rights• Must credit Xay the Chemist
READ LICENSE
POPULAR
Premium $150.00 MAKE AN OFFER
• MP3 and WAV• Sell unlimited units• 3 commercial use• Xay the Chemist retains
full rights• Must credit Xay the Chemist
READ LICENSE
POPULAR
Standard $100.00 MAKE AN OFFER
• MP3 and WAV• Sell up to 10000 units• 3 commercial use• Xay the Chemist retains
full rights• Must credit Xay the Chemist
READ LICENSE
POPULAR
Exclusive $250.00 MAKE AN OFFER
• MP3, WAV, and Stems• Sell unlimited units• Unlimited commercial use• Xay the
Chemist retains full rights• Must credit Xay the Chemist
READ LICENSE




SERVICES EDIT

Custom Beats **Go get your very own custom beat from ...

BROWSE ALL SERVICES




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



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

 * Memberships
 * Services
 * Blog
 * About
 * Contact

 * Licensing Info
 * Terms of use
 * Privacy policy


$0.00 IN CART

NaN

   
 * 1
   
   Hellcat- Lucki & Destroy Lonely 03:41 destroylonely lucki $35.00 IN CART
   
 * 2
   
   Psychdelics - Drake & Travis Scott 03:20 future drake $35.00 IN CART
   
 * 3
   
   Snakes - Roddy Ricch x Gunna 03:52 gunna roddyricch $35.00 IN CART
   
 * 4
   
   Shrooms - Pierre Bourne x Young Nudy 02:30 lucki pierrebourne $35.00 IN CART
   
 * 5
   
   Turks - Drake x Future 03:21 future metroboomin $35.00 IN CART
   
 * 6
   
   Space - Takeoff 02:39 lucki takeoff $35.00 IN CART
   
 * 7
   
   Hyenas - Lil Baby x Kodak Black 03:42 21savage lilbaby $35.00 IN CART
   
 * 8
   
   Diamonds - Future x Lil Baby 03:25 future lildurk $35.00 IN CART
   
 * 9
   
   Coast - Don Toliver x Gunna 03:24 gunna nav $35.00 IN CART
   
 * 10
   
   Succubus - Destroy Lonely x Lucki 03:30 destroylonely lucki $35.00 IN CART
   
 * 11
   
   For You - PARTYNEXTDOOR x Summer Walker 04:36 partynextdoor brysontiller
   $35.00 IN CART
   
 * 12
   
   Melanin - 6lack x Kendrick Lamar 03:00 jid 6lack $35.00 IN CART
   
 * 13
   
   Sky - Bryson Tiller x The Weekend 04:01 brysontiller theweekend $35.00 IN
   CART
   
 * 14
   
   Masks- Lil Baby x Migos 02:18 future lilbaby $35.00 IN CART
   
 * 15
   
   Sensational - Future x Yung Bleu 03:33 future lilbaby $35.00 IN CART
   
 * 16
   
   My City - Lil Baby 03:02 future lildurk $35.00 IN CART
   
 * 17
   
   Forbes - Gunna x Young Thug 02:09 gunna ysl $35.00 IN CART
   
 * 18
   
   Clouds - Chris Brown x Quavo 02:30 chrisbrown dontoliver $35.00 IN CART
   
 * 19
   
   Moncler - Hoodrich Pablo Juan x Lil Baby 03:40 gunna hoodrichpablojuan $35.00
   IN CART
   
 * 20
   
   Pink - Gunna 03:48 gunna lilkeed $35.00 IN CART
   

saving Lyrics, please wait...