beastinsidebeats.beatstars.com
Open in
urlscan Pro
2600:1f18:264f:c61e:1c21:31c6:28c4:3ec8
Public Scan
Submitted URL: http://beastinsidebeats.beatstars.com/
Effective URL: https://beastinsidebeats.beatstars.com/
Submission: On April 21 via api from US — Scanned from DE
Effective URL: https://beastinsidebeats.beatstars.com/
Submission: On April 21 via api from US — Scanned from DE
Form analysis
4 forms found in the DOMName: 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 && searchFocused}" class="layout-row">
<div class="m block bg-white bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
</div>
</form>
Name: searchProPageTracks — POST .
<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 track 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">
<i class="fa fa-exclamation"></i> </span></p><!-- end ngIf: !sendingMessage -->
</div><!-- ngIf: sendingMessage -->
</form>
Text Content
TRIPICT.COM BEATS Albums Videos Merchandise About Memberships Sound Kits Services Blog Contact $0.00 0 LOG INsearch search Search Music About FEATURED TRACK Hard Travis Scott BeatDrake Type BeatDrake FEATURED TRACK [90% OFF🔥+9 FREE] | GET AWAY! (DRAKE X TRAVIS SCOTT) GENRE Hip Hop Trap BPM 167 PRICE $7.00+ BPM 167 PRICE $7.00+ ADD TO CART IN CART Hard Travis Scott BeatDrake Type BeatDrake * TITLE TIME BPM TAGS OPTIONS * [90% OFF🔥+9 FREE] | OUTLAW (Gunna x Travis Scott, 808,Trap) 02:22 122 808 Trap 2024 Gunna Type Beat ADD IN CART * [90% OFF🔥+9 FREE] | GET AWAY! (Drake x Travis Scott) 02:35 167 Hard Travis Scott Beat Drake Type Beat Drake ADD IN CART * [90% OFF🔥+9 FREE] | SAVAGE RUN (21 Savage x Metro Boomin) 03:04 146 21 Savage 21 Savage Type Beat Metro Boomin Trap Beat ADD IN CART * [90% OFF🔥 +9 FREE] | SANTORINI (Gunna, Guitar, Flute, Trap) 03:04 178 Guitar Gunna Flute ADD IN CART * [90% OFF🔥 +9 FREE] | FLEX (Hard, Trap, Fast) 03:03 178 fast drake hard ADD IN CART * [90% OFF🔥+9 FREE] | AMG (Gunna x Guitar Beat) 03:01 128 gunna gunna type beat guitar ADD IN CART * [90% OFF🔥+9 FREE] | HOOD SCARS (Lil Baby) 02:33 150 freestyle lil durk lil baby ADD IN CART * [90% OFF🔥+9 FREE] | DIOR 02:28 104 808 club type beat tyga ADD IN CART * [90% OFF🔥+9 FREE] | I'M REAL (ASAP Rocky) 02:45 152 hard beat asap rocky drake ADD IN CART * [90% OFF🔥+9 FREE] LET'S GO (Ice Spice, Bass, Club) 02:08 120 Club Ice Spice Hard Bass ADD IN CART * [90% OFF🔥+9 FREE] BUTTERFLY EFFECT (YG, West Coast) 02:04 102 Tyga West Coast YG ADD IN CART * [90% OFF🔥+9 FREE] SEARCH & RESCUE (Metro Boomin x Future) 02:12 140 ASAP Rocky Drake Metro Boomin Future ADD IN CART * [90% OFF🔥+9 FREE] | YE BANGER (JID x 21 Savage Type Beat) 02:18 90 Joey BadaSS JID 21 Savage ADD IN CART * [90% OFF🔥+9 FREE] | BABY (NO Hook) Travis Scott, Dina Ayada 02:51 146 Dina Ayada Travis Scott Drake ADD IN CART * [90% OFF🔥+9 FREE] | FORCE (Freestyle, Drake, Trap, 808) 02:51 134 Freestyle Hard Drake ADD IN CART * [90% OFF🔥+9 FREE] | DOWNTOWN (Tyga, Club, Banger) 02:44 100 Club Tyga Banger ADD IN CART * [90% OFF🔥+9 FREE] | SAXOBEAT (Club x Tyga x Saxophone) 02:46 104 Club Saxobeat Tyga ADD IN CART * [90% OFF🔥+9 FREE] | FLUTE (Guitar x Emotional x Flute) 02:43 106 Emotional Rap Beat Guitar Tyga ADD IN CART * [90% OFF🔥+9 FREE] | NEVER (Travis Scott) 03:08 154 Travis Scott Type Beat Piano Instrumental Travis Scott ADD IN CART * [90% OFF🔥+9 FREE] | TAKEOVER (21 Savage) 02:50 104 drake hard trap ADD IN CART BROWSE ALL TRACKS LICENSING INFO EDIT P O P U L A R Basic Mp3 $7.00 ~ PER UNIT MAKE AN OFFER Basic Mp3 - Audio Streams: 1000 - Monetized Music Videos: 0 - Monetized Video Streams: 0 - Broadcasting Rights: No - Radio Stations Allowed: 0 - Performances for profit: 0 Read Full License P O P U L A R PREMIUM WAV (-50% +5 FREE) $24.00 ~ PER UNIT MAKE AN OFFER Add 6 Beats with this license to your cart to activate the promotion (1+5 Free) - Audio Streams: 20000 - Monetized Music Videos: 0 - Monetized Video Streams: 0 - Broadcasting Rights: No - Radio Stations Allowed: 0 - Performances for profit: 0 Read Full License BULK DEALS BUY 1, GET 5 FREE P O P U L A R UNLIMITED WAV (-70% +7 FREE) $39.00 ~ PER UNIT MAKE AN OFFER Add 8 Beats with this license to your cart to activate the promotion (1+7 Free) - Audio Streams: Unlimited - Monetized Music Videos: 0 - NON Monetized Video Streams: Unlimited - Broadcasting Rights: Yes - Radio Stations Allowed: Unlimited - Performances for profit: Unlimited Read Full License BULK DEALS BUY 1, GET 7 FREE P O P U L A R PRO STEMS (-90% +9 FREE) $49.00 ~ PER UNIT MAKE AN OFFER Add 10 Beats with this license to your cart to activate the promotion (1+9 Free) - Audio Streams: 1000000 - Monetized Music Videos: 1 - Monetized Video Streams: 1000000 - NON Monetized Video Streams: Unlimited - Broadcasting Rights: Yes - Radio Stations Allowed: Unlimited - Performances for profit: Unlimited Read Full License BULK DEALS BUY 1, GET 9 FREE P O P U L A R FULL MONETIZATION (-90% +9 FREE) [add to cart 10 beats] $99.00 ~ PER UNIT MAKE AN OFFER UNLIMITED ON ALL PLATFORMS - Audio Streams: Unlimited - Monetized Music Videos: Unlimited - Monetized Video Streams: Unlimited - NON Monetized Video Streams: Unlimited - Broadcasting Rights: Yes - Radio Stations Allowed: Unlimited - Performances for profit: Unlimited Read Full License BULK DEALS BUY 1, GET 9 FREE P O P U L A R Exclusive $2,000.00 ~ PER UNIT MAKE AN OFFER Read Full License ALBUMS 21 SAVAGE TYPE BEATS $0.00 + DETAILS A$AP ROCKY BEATS $0.00 + DETAILS NEW & TOP (-90% +9 FREE) $0.00 + DETAILS TOP BEATS (-75% OFF TODAY) $0.00 + DETAILS BROWSE ALL ALBUMS 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 Sound Kits Services Blog Contact design by tripict.com TERMS OF USE • PRIVACY POLICY YOUTUBE'S TERMS OF SERVICE * Main * About * BEATS * Albums * Videos * Sound Kits * Merchandise * Memberships * Services * Blog * Contact * Licensing Info Youtube_Color Created with Sketch. repeat format_list_numbered $0.00+ IN CART * TITLE TIME BPM TAGS OPTIONS * [90% OFF🔥+9 FREE] | G-CLASS (Travis Scott x Tyga x Gunna) 02:49 98 Travis Scott Gunna Fast ADD IN CART close