www.therocketbeats.com
Open in
urlscan Pro
52.206.159.80
Public Scan
Submitted URL: http://www.therocketbeats.com/
Effective URL: https://www.therocketbeats.com/
Submission: On May 26 via api from US — Scanned from DE
Effective URL: https://www.therocketbeats.com/
Submission: On May 26 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="BUY 1 GET 9 + 90% OFF" 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_19">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_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">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_20">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_20" 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_21">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_21" 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_22">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_22" 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
ξ ROCKET BEATS About Beats Albums Videos Sound Kits Contact Services Blog Memberships Merchandise ξ£ $0.00 0 LOG INsearch search Search BUY 1 GET 1 FREE, BUY 2 GET 2 FREE, BUY 3, GET 3 FREE FEATURED TRACK ξΈ ξ΅ 808bouncydark FEATURED TRACK π½ SMASH - DARK, BOUNCY 808 BEAT ξ GENRE Hip Hop Trap Pop BPM 106 PRICE $20.00+ BPM 106 PRICE $20.00+ ξ£ ξ£ ADD TO CART IN CART ξ ξ 808bouncydark * TITLE TIME BPM TAGS OPTIONS * MARIA ππ» Spanish Latin Guitar Rap Beat 02:35 105 spanish spanish guitar type beat latin type beat ξ ξ ξ ξ£ ADD IN CART * GOODBYE - DOPE BOUNCY TRAP FLUTE TYPE BEAT 03:19 99 flute freestyle rap club ξ ξ ξ ξ£ ADD IN CART * π₯³ FIESTA (HARD) Latin Guitar Freestyle Beat 03:44 100 freestyle spanish latin ξ ξ ξ ξ£ ADD IN CART * PESOS πΈ - Spanish Guitar Trap Type Beat 03:04 0 flute guitar spanish trap beat guitar flute ξ ξ ξ ξ£ ADD IN CART * FLEXπ¦ΎΒ |Β Hip Hop & Trap Beat 03:23 144 banger travis scott type beat hard trap banger ξ ξ ξ ξ£ ADD IN CART * π½ SMASH - Dark, Bouncy 808 Beat 02:43 106 808 bouncy dark ξ ξ ξ ξ£ ADD IN CART * BOUNCY - Hard Trap Banger Type Beat 02:13 147 banger hard jamule type beat ξ ξ ξ ξ£ ADD IN CART * π₯₯ Colada - Latin Spanish Guitar (Afro Rap X Latin Afrobeat) 02:17 105 afrobeat latin guitar ξ ξ ξ ξ£ ADD IN CART * Catalina ποΈ (Latin, Spanish, Summer, Guitar Type Beat) 03:21 100 latin guitar rap guitar beat aitch ξ ξ ξ ξ£ ADD IN CART * πTELEKINESIS | Travis Scott Utopia Beat 02:17 154 travis scott type beat travis scott dark beats ξ ξ ξ ξ£ ADD IN CART * DIABLO πΊ - Spanish Latin Salsa Guitar Rap Trap Type Beat 02:46 104 spanish latin spanish guitar ξ ξ ξ ξ£ ADD IN CART * AMIGO - Spanish Latin Guitar Trap Freestyle Rap Beat 03:55 107 spanish latin spanish guitar ξ ξ ξ ξ£ ADD IN CART * POOL PARTY π¦©π¦© (Tyga , Club , Freestyle Rap Trap Type Beat) 03:22 102 freestyle club tyga ξ ξ ξ ξ£ ADD IN CART * π DIAMONDS (DEEP HOUSE X MORAD X JUL X MELODIC CLUB BANGER) 03:36 135 jul deep house morad ξ ξ ξ ξ£ ADD IN CART * BLOCKSTARβ¨ - MELODIC DRILL (PIANO VIOLIN) CENTRAL CEE 04:04 142 central cee melodic drill drill ξ ξ ξ ξ£ ADD IN CART * CREEPER π§ββοΈ (Travis Scott, Dark, Piano) Spooky Trap Beat 03:15 147 asap rocky travis scott dark piano ξ ξ ξ ξ£ ADD IN CART * LA LA LA - BOUNCY FREESTYLE RAP SAMPLE BEAT 03:34 181 bouncy drake sampled ξ ξ ξ ξ£ ADD IN CART * MY GYAL ππ½ AFROBEAT, CARIBBEAN, AFRO POP 04:48 100 caribbean afrobeat afro ξ ξ ξ ξ£ ADD IN CART * Say My NameποΈ - Dope Sampled Rap Trap Beat 03:43 148 bouncy sample sampled ξ ξ ξ ξ£ ADD IN CART * DROP IT 𧨠(HARD BOUNCY 808 X TRAVIS SCOTT) 03:00 158 808 bouncy travis scott ξ ξ ξ ξ£ ADD IN CART BROWSE ALL TRACKS TRACK LIST $249 EXCLUSIVE RIGHTS BEATS- HIT-READY BEATS |Β EXCLUSIVES VIEW TRAVI$ SCOTT TYPE BEATS - PROD. ROCKET BEATS VIEW LICENSING INFO EDIT P O P U L A R BASIC MP3 LEASE ~ $20.00 MAKE AN OFFER 50.000 Online Streams & Downloads 1000 physical copies 1 Music Video Must Credit "Prod. Rocket Beats" 50/50 Split IPI: 701134500 PRO: = KODA (Denmark) *Performance Rights Organization* Read Full License P O P U L A R WAV Lease (Unlimited) ~ $30.00 MAKE AN OFFER UNLIMITED Online Streams & Downloads UNLIMITED physical copies 1 Music Video Must Credit "Prod. Rocket Beats" 50/50 Split IPI: 701134500 PRO: = KODA (Denmark) *Performance Rights Organization* Read Full License P O P U L A R STEMS + Mp3 + WAV's ~ $40.00 MAKE AN OFFER PROFESSIONAL 250.000 Online Streams & Downloads: 5.000 physical copies 1 Music Videos For-Profit live performance [50/50 split] - simply add my IPI: 701134500 to any pro like ASCAP , BMI etc. My PRO: = KODA (Denmark) [Performance Rights Organization] Read Full License P O P U L A R UNLIMITED STEMSΒ [ DIAMOND ] ~ $50.00 MAKE AN OFFER Become unlimited with the Diamond option (Most valuable choice) For the serious artists! For a free gift with 10 beats in wav unlimited after purchase: just email me prodbyrocket@gmail.com and I'll send u the beats after purchase Read Full License P O P U L A R EXCLUSIVE RIGHTS / OWNERSHIP [PROFESSIONAL] ~ $250.00 MAKE AN OFFER mp3 & wav file, untagged + trackouts Sell unlimited copies & streams Exclusive rights Must credit (Prod. Rocket Beats) Beat will be removed for sale Unlimited Downloads / Videos ETC. Read Full License BLOG PRIVACY POLICY #Beats Posted on December 15, 2023 privacy policy 2023 READ ARTICLE BROWSE BLOG ROCKET BEATS * remove_red_eye 1,818,867 Views on my Channel * subscriptions 5,920 Subscribers * hd 320 Videos CONNECT WITH ME ξΈ CONNECT WITH ME 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 ROCKET BEATS Β© 2024 TERMS OF USE Β Β β’ Β Β PRIVACY POLICY YOUTUBE'S TERMS OF SERVICE Β * Main * About * Beats * Albums * Videos * Sound Kits * Merchandise * Memberships * Services * Blog * Contact * Licensing Info Β Facebook_Color Created with Sketch. Twitter_Color Created with Sketch. Youtube_Color Created with Sketch. ξΈ ξ repeat ξ ξΈ ξ format_list_numbered ξ ξ« ξ£ $0.00+ IN CART ξ½ * TITLE TIME BPM TAGS OPTIONS * MARIA ππ» Spanish Latin Guitar Rap Beat 02:35 105 spanish spanish guitar type beat latin type beat ξ ξ ξ ξ£ ADD IN CART * GOODBYE - DOPE BOUNCY TRAP FLUTE TYPE BEAT 03:19 99 flute freestyle rap club ξ ξ ξ ξ£ ADD IN CART * π₯³ FIESTA (HARD) Latin Guitar Freestyle Beat 03:44 100 freestyle spanish latin ξ ξ ξ ξ£ ADD IN CART * PESOS πΈ - Spanish Guitar Trap Type Beat 03:04 0 flute guitar spanish trap beat guitar flute ξ ξ ξ ξ£ ADD IN CART * FLEXπ¦ΎΒ |Β Hip Hop & Trap Beat 03:23 144 banger travis scott type beat hard trap banger ξ ξ ξ ξ£ ADD IN CART * π½ SMASH - Dark, Bouncy 808 Beat 02:43 106 808 bouncy dark ξ ξ ξ ξ£ ADD IN CART * BOUNCY - Hard Trap Banger Type Beat 02:13 147 banger hard jamule type beat ξ ξ ξ ξ£ ADD IN CART * π₯₯ Colada - Latin Spanish Guitar (Afro Rap X Latin Afrobeat) 02:17 105 afrobeat latin guitar ξ ξ ξ ξ£ ADD IN CART * Catalina ποΈ (Latin, Spanish, Summer, Guitar Type Beat) 03:21 100 latin guitar rap guitar beat aitch ξ ξ ξ ξ£ ADD IN CART * πTELEKINESIS | Travis Scott Utopia Beat 02:17 154 travis scott type beat travis scott dark beats ξ ξ ξ ξ£ ADD IN CART * DIABLO πΊ - Spanish Latin Salsa Guitar Rap Trap Type Beat 02:46 104 spanish latin spanish guitar ξ ξ ξ ξ£ ADD IN CART * AMIGO - Spanish Latin Guitar Trap Freestyle Rap Beat 03:55 107 spanish latin spanish guitar ξ ξ ξ ξ£ ADD IN CART * POOL PARTY π¦©π¦© (Tyga , Club , Freestyle Rap Trap Type Beat) 03:22 102 freestyle club tyga ξ ξ ξ ξ£ ADD IN CART * π DIAMONDS (DEEP HOUSE X MORAD X JUL X MELODIC CLUB BANGER) 03:36 135 jul deep house morad ξ ξ ξ ξ£ ADD IN CART * BLOCKSTARβ¨ - MELODIC DRILL (PIANO VIOLIN) CENTRAL CEE 04:04 142 central cee melodic drill drill ξ ξ ξ ξ£ ADD IN CART * CREEPER π§ββοΈ (Travis Scott, Dark, Piano) Spooky Trap Beat 03:15 147 asap rocky travis scott dark piano ξ ξ ξ ξ£ ADD IN CART * LA LA LA - BOUNCY FREESTYLE RAP SAMPLE BEAT 03:34 181 bouncy drake sampled ξ ξ ξ ξ£ ADD IN CART * MY GYAL ππ½ AFROBEAT, CARIBBEAN, AFRO POP 04:48 100 caribbean afrobeat afro ξ ξ ξ ξ£ ADD IN CART * Say My NameποΈ - Dope Sampled Rap Trap Beat 03:43 148 bouncy sample sampled ξ ξ ξ ξ£ ADD IN CART * DROP IT 𧨠(HARD BOUNCY 808 X TRAVIS SCOTT) 03:00 158 808 bouncy travis scott ξ ξ ξ ξ£ ADD IN CART close