pvblo.de Open in urlscan Pro
52.206.159.80  Public Scan

Submitted URL: http://pvblo.de/
Effective URL: https://pvblo.de/
Submission: On October 26 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 for a specific beat" 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 cozy

Type Beats

Projects

Videos

Memberships

Services

Blog

Contact

Drumkits *SOON*

Merchandise



0
$0.00
Log In


COZY

SEARCH



 * TITLE TIME BPM TAGS

   
 * 
   BE QUIET! (50$ UNLIMITED) 02:27 130 opium playboicarti $9.99 IN CART
   
 * 
   FENDI (50$ UNLIMITED) 02:15 159 drake hard $9.99 IN CART
   
 * 
   ALL RED (50$ UNLIMITED) 03:05 150 opium playboi carti $9.99 IN CART
   
 * 
   OPUS (50$ UNLIMITED) 01:31 116 reezy don toliver $9.99 IN CART
   
 * 
   INTERPOL (50$ UNLIMITED) 03:22 142 drill type beat ny drill $9.99 IN CART
   
 * 
   TO IT ALL (50$ UNLIMITED) 02:39 147 emotional travis scott $9.99 IN CART
   
 * 
   SKYFALL (50$ UNLIMITED) 03:40 150 beatswitch travis scott $9.99 IN CART
   
 * 
   DIE 4 LUV (50$ UNLIMITED) 02:21 153 playboi carti intro $9.99 IN CART
   
 * 
   BASEMENT INTERLUDE (50$ UNLIMITED) 03:54 91 travis scott days before rodeo
   $9.99 IN CART
   
 * 
   FLAWLESS (50$ UNLIMITED) 02:55 155 playboi carti travis scott $9.99 IN CART
   
 * 
   FACELESS (50$ UNLIMITED) 02:49 150 future kendrick lamar $9.99 IN CART
   
 * 
   STARDUST (50$ UNLIMITED) 02:26 140 sexy drill cash cobain $9.99 IN CART
   
 * 
   COZY NIGHTS (50$ UNLIMITED) 02:56 120 don toliver travis scott $9.99 IN CART
   
 * 
   NO HOOK (50$ UNLIMITED) 03:25 140 playboi carti future $9.99 IN CART
   
 * 
   BLACKBERRY (50$ UNLIMITED) 02:47 135 future travis scott $9.99 IN CART
   
 * 
   KILL MY HIGH (50$ UNLIMITED) 03:39 140 we dont trust you metro boomin $9.99
   IN CART
   
 * 
   BUGATTI (50$ UNLIMITED) 03:14 143 ny drill pop smoke type beat $9.99 IN CART
   
 * 
   ONLY ONE (50$ UNLIMITED) 03:31 145 Emotional Drill Drill $9.99 IN CART
   
 * 
   FROZEN (50$ UNLIMITED) 02:24 160 uk drill jersey $14.99 IN CART
   
 * 
   IN & OUT (50$ UNLIMITED) 03:10 141 ny drill uk drill $9.99 IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

POPULAR
BASIC LICENSE $9.99MAKE AN OFFER By purchasing this license, you are able to
upload your music to all streaming platforms and make profit out of it. This
includes one music video and streams/views up to 25k.
• Used for Music Recording
• Distribute up to 2.000 copies
• 25.000 Online Audio Streams
• 0 Music Video
• For Profit Live Performances

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 1 FREE!
POPULAR
WAV LICENSE $19.99MAKE AN OFFER By purchasing this license, you are able to
upload your music to all streaming platforms and make profit out of it. This
includes one music video and streams/views up to 50k.
• Used for Music Recording
• Distribute up to 5.000 copies
• 50.000 Online Audio Streams
• 1 Music Video
• For Profit Live Performances

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 1 FREE!
POPULAR
UNLIMITED LICENSE $49.99MAKE AN OFFER By purchasing this license, you have no
limits regarding streams or sales.
• Used for Music Recording
• Distribute up to UNLIMITED copies
• UNLIMITED Online Audio Streams
• 1 Music Video
• For Profit Live Performances
• Radio Broadcasting rights (UNLIMITED Stations)

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 1 FREE!
POPULAR
EXCLUSIVE LICENSE $299.99MAKE AN OFFER By purchasing an exclusive license, you
can make as many streams, songs, music videos, live perfomances etc. Keep in
mind that there is always only one exlusive licence available per beat. If you
have it - no one else can have it
• By purchasing an exclusive license, you can make as many streams, songs, music
videos, live perfomances etc. Keep in mind that there is always only one
exlusive licence available per beat. If you have it - no one else can have it

READ LICENSE




SERVICES EDIT

COLLAB

I am always looking forward to collab with other musicians.

I can help in:

produci

... CUSTOM BEAT

Want a custom beat by me?

Just add this item to you cart and proceed with the checkout

... BEAT MIXING

Hi my name is cozy and I'm a 21 year old producer from Germany.

I started making music

...

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 cozy Type Beats Projects Videos Memberships Services Blog Contact
Drumkits *SOON* Merchandise




COZY

21 y/o procuder from Germany



 * Home
 * Type Beats
 * Projects
 * Videos
 * Drumkits *SOON*
 * Merchandise

 * Memberships
 * Services
 * Blog
 * About cozy
 * Contact

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


$0.00 IN CART

NaN

   
 * 1
   
   BE QUIET! (50$ UNLIMITED) 02:27 opium playboicarti $9.99 IN CART
   
 * 2
   
   FENDI (50$ UNLIMITED) 02:15 drake hard $9.99 IN CART
   
 * 3
   
   ALL RED (50$ UNLIMITED) 03:05 opium playboi carti $9.99 IN CART
   
 * 4
   
   OPUS (50$ UNLIMITED) 01:31 reezy don toliver $9.99 IN CART
   
 * 5
   
   INTERPOL (50$ UNLIMITED) 03:22 drill type beat ny drill $9.99 IN CART
   
 * 6
   
   TO IT ALL (50$ UNLIMITED) 02:39 emotional travis scott $9.99 IN CART
   
 * 7
   
   SKYFALL (50$ UNLIMITED) 03:40 beatswitch travis scott $9.99 IN CART
   
 * 8
   
   DIE 4 LUV (50$ UNLIMITED) 02:21 playboi carti intro $9.99 IN CART
   
 * 9
   
   BASEMENT INTERLUDE (50$ UNLIMITED) 03:54 travis scott days before rodeo $9.99
   IN CART
   
 * 10
   
   FLAWLESS (50$ UNLIMITED) 02:55 playboi carti travis scott $9.99 IN CART
   
 * 11
   
   FACELESS (50$ UNLIMITED) 02:49 future kendrick lamar $9.99 IN CART
   
 * 12
   
   STARDUST (50$ UNLIMITED) 02:26 sexy drill cash cobain $9.99 IN CART
   
 * 13
   
   COZY NIGHTS (50$ UNLIMITED) 02:56 don toliver travis scott $9.99 IN CART
   
 * 14
   
   NO HOOK (50$ UNLIMITED) 03:25 playboi carti future $9.99 IN CART
   
 * 15
   
   BLACKBERRY (50$ UNLIMITED) 02:47 future travis scott $9.99 IN CART
   
 * 16
   
   KILL MY HIGH (50$ UNLIMITED) 03:39 we dont trust you metro boomin $9.99 IN
   CART
   
 * 17
   
   BUGATTI (50$ UNLIMITED) 03:14 ny drill pop smoke type beat $9.99 IN CART
   
 * 18
   
   ONLY ONE (50$ UNLIMITED) 03:31 Emotional Drill Drill $9.99 IN CART
   
 * 19
   
   FROZEN (50$ UNLIMITED) 02:24 uk drill jersey $14.99 IN CART
   
 * 20
   
   IN & OUT (50$ UNLIMITED) 03:10 ny drill uk drill $9.99 IN CART
   

saving Lyrics, please wait...