www.pollen.com Open in urlscan Pro
52.23.90.186  Public Scan

URL: https://www.pollen.com/forecast/historic/pollen/80504
Submission: On August 19 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form ng-submit="verifyLocation()" class="ng-pristine ng-valid">
  <input class="form-control ng-pristine ng-untouched ng-valid" type="text" ng-model="location" uib-typeahead="l.value for l in getLocations($viewValue)" typeahead-min-length="3" typeahead-on-select="onLocationSelect($item, $model, $label)"
    typeahead-no-results="noResults" typeahead-clear="true" placeholder="Enter city or ZIP to get your allergy forecast" onfocus="this.setAttribute('placeholder', '');"
    onblur="this.setAttribute('placeholder', 'Enter city or ZIP to get your allergy forecast');" aria-autocomplete="list" aria-expanded="false" aria-owns="typeahead-4-3189">
  <ul class="dropdown-menu ng-isolate-scope ng-hide" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" style="display: block;;display: block;" role="listbox" aria-hidden="true"
    uib-typeahead-popup="" id="typeahead-4-3189" matches="matches" active="activeIdx" select="select(activeIdx)" move-in-progress="moveInProgress" query="query" position="position">
    <!-- ngRepeat: match in matches track by $index -->
  </ul>
  <div ng-show="noResults" class="no-results ng-hide"> No locations found </div>
</form>

POST /tools/allergy-alert?src=Popup

<form action="/tools/allergy-alert?src=Popup" class="form-horizontal ng-pristine ng-valid" method="post" role="form"><input name="__RequestVerificationToken" type="hidden"
    value="SRyHfBEJbGnRhCPNN7R2fJ0DwCLwriXAVWJ-FMyqFhNqPD29qJIzmZmIzID76hHniJr37Q30Hs0mEoy36RGKD-v9mjZfw0vA_oHzMJF4l0A1">
  <div class="modal-header">
    <h2 class="modal-title" style="display: inline">Get allergy reports <span class="hidden-xs">directly in your inbox!</span></h2>
    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
      <span aria-hidden="true">×</span>
    </button>
    <br><br> Pollen.com will send your first allergy report when pollen conditions reach moderate levels (above 4.0), which is the point where most people experience symptoms. Allergy reports help you plan for the day ahead and treat your symptoms
    before they occur, giving you a happier, healthier tomorrow.
  </div>
  <input id="src" name="src" type="hidden" value="Popup">
  <div class="modal-body">
    <div class="validation-summary-valid text-danger" data-valmsg-summary="true">
      <ul>
        <li style="display:none"></li>
      </ul>
    </div>
    <div class="form-group">
      <label class="col-md-6" for="AllergyAlert_Email">Enter your e-mail</label>
      <div class="col-md-6">
        <input class="form-control email" data-val="true" data-val-email="Enter a valid e-mail address." data-val-required="Enter your e-mail." id="AllergyAlert_Email" maxlength="100" name="AllergyAlert.Email" type="text" value="">
      </div>
    </div>
    <div class="form-group">
      <label class="col-md-6" for="AllergyAlert_PostalCode">Enter your ZIP code</label>
      <div class="col-md-2">
        <input class="form-control" data-val="true" data-val-regex="Enter a 5-digit ZIP code." data-val-regex-pattern="[0-9][0-9][0-9][0-9][0-9]" data-val-required="Enter your ZIP." id="AllergyAlert_PostalCode" maxlength="5"
          name="AllergyAlert.PostalCode" type="text" value="">
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-secondary" data-dismiss="modal">Not now</button>
    <button type="submit" style="background-color: #7BB400; border: none" class="btn btn-primary">Get my free allergy report</button>
  </div>
</form>

<form ng-submit="compare()" class="form-horizontal text-left  ng-pristine ng-valid ng-valid-editable">
  <div class="form-group">
    <h3 style="margin:0;" class="col-xs-4 text-right">
      <label for="zip1" style="font-weight:normal;">city 1: </label>
    </h3>
    <div class="col-xs-8">
      <div class="pollen-typeahead">
        <input class="form-control ng-pristine ng-untouched ng-valid ng-valid-editable" ng-model="location1" uib-typeahead="l as l.value for l in getLocations($viewValue)" typeahead-min-length="3" typeahead-editable="false" aria-autocomplete="list"
          aria-expanded="false" aria-owns="typeahead-7-3609">
        <ul class="dropdown-menu ng-isolate-scope ng-hide" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" style="display: block;;display: block;" role="listbox" aria-hidden="true"
          uib-typeahead-popup="" id="typeahead-7-3609" matches="matches" active="activeIdx" select="select(activeIdx)" move-in-progress="moveInProgress" query="query" position="position">
          <!-- ngRepeat: match in matches track by $index -->
        </ul>
      </div>
    </div>
  </div>
  <div class="form-group">
    <h3 style="margin:0;" class="col-xs-4 text-right">
      <label for="zip2" style="font-weight:normal;">city 2: </label>
    </h3>
    <div class="col-xs-8">
      <div class="pollen-typeahead">
        <input class="form-control ng-pristine ng-untouched ng-valid ng-valid-editable" ng-model="location2" uib-typeahead="l as l.value for l in getLocations($viewValue)" typeahead-min-length="3" typeahead-editable="false" aria-autocomplete="list"
          aria-expanded="false" aria-owns="typeahead-8-1546">
        <ul class="dropdown-menu ng-isolate-scope ng-hide" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" style="display: block;;display: block;" role="listbox" aria-hidden="true"
          uib-typeahead-popup="" id="typeahead-8-1546" matches="matches" active="activeIdx" select="select(activeIdx)" move-in-progress="moveInProgress" query="query" position="position">
          <!-- ngRepeat: match in matches track by $index -->
        </ul>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="col-xs-8 col-xs-offset-4">
      <button type="submit" class="btn btn-default">Compare Now</button>
    </div>
  </div>
</form>

Text Content

 * Home
 * Forecast
 * Allergy
 * Research
 * Tools
 * Login

No locations found


30 DAY HISTORIC POLLEN LEVELS

for Longmont, CO
Created with Highcharts
4.2.307/2107/2207/2307/2407/2507/2607/2707/2807/2907/3007/3108/0108/0208/0308/0408/0508/0608/0708/0808/0908/1008/1108/1208/1308/1408/1508/1608/1708/1808/19
 * low
 *  (0 - 2.4)
 * 

 * low-medium
 *  (2.5 - 4.8)
 * 

 * medium
 *  (4.9 - 7.2)
 * 

 * medium-high
 *  (7.3 - 9.6)
 * 

 * high
 *  (9.7 - 12)
 * 

 * Current
 * 5 Day
 * History
 * Allergy Emails
   
 * Pollen App
 * COVID-19
 * More Forecasts
   * Weather Forecast
   * Cold & Flu Forecast
   * Asthma Forecast

Advert





TRAVELING WITH ALLERGIES

If you have allergies, you know being prepared for an allergic reaction could
mean the difference between life and death. Allergens travel with you wherever
you go if you have asthma or allergies. Here are some helpful hints so you can
travel safely and travel healthy.

Full Article

--------------------------------------------------------------------------------


MOST POPULAR

 * Allergy Tests By Plant Species
 * How Are Asthma and Allergies Related?
 * What are Allergies and Its Symptoms




GET ALLERGY REPORTS DIRECTLY IN YOUR INBOX!

×

Pollen.com will send your first allergy report when pollen conditions reach
moderate levels (above 4.0), which is the point where most people experience
symptoms. Allergy reports help you plan for the day ahead and treat your
symptoms before they occur, giving you a happier, healthier tomorrow.
 * 

Enter your e-mail

Enter your ZIP code

Not now Get my free allergy report
Advertisement



HEALTH TIPS:

Prevent Food Cross-Contamination

If you or a loved one has a food allergy

Control Asthma

Doing so can improve quality of life

Identifying Signs of the Common Cold

Here are typical symptoms

Getting a Nasal Vaccine for Flu

Some should consult a doctor first

Managing Food Allergy

Should the problem food be banned?
Previous Next


PELLITORY (PARIETARIA)

Research Pellitory Allergy


WHO MONITORING HIGHLY MUTATED NEW STRAIN OF COVID-19, NOW SPOTTED IN MICHIGAN

FRIDAY, Aug. 18, 2023 (HealthDay News) -- A new COVID variant with very few
known cases but many mutations has been swiftly moved into the World Health
Organization’s "variant under monitoring" classification.

Full Article


ALLERGY ALERT EMAILS

2-day allergy forecast
delivered to you
Advert




CHECK POLLEN COUNT IN ANOTHER CITY


BEST AND WORST CITIES FOR ALLERGY SUFFERERS


TODAY'S BEST CITIES

 * West Palm Beach, FL
 * Miami, FL
 * Yuma, AZ
 * Prescott, AZ
 * Key West, FL


TODAY'S WORST CITIES

 * Waterloo, IA
 * Rochester, MN
 * Bismarck, ND
 * Omaha, NE
 * Dubuque, IA


COMPARE POLLEN COUNTS IN ANOTHER CITY


CITY 1:




CITY 2:


Compare Now



ALLERGY NEWS

WHO Monitoring Highly Mutated New Strain of COVID-19, Now Spotted in Michigan

'Do Your Own Research': Was It Dangerous Advice During the Pandemic?

Fracking Tied to Lymphomas, Asthma in New Study

U.S. COVID Hospitalizations Rise for Fourth Straight Week

Pediatricians' Group Urges That All Infants Get New RSV Shot

Who's Got COVID? Dogs Can Quickly Tell

More News
 * Home
 * My Pollen.com
 * About Us
 * Contact Us
 * F.A.Q.
 * Terms of Use
 * Privacy Policy
 * Advertising
 * Site Map

Copyright © 2023 IQVIA™. All rights reserved.

Pollen.com and Allergy Alert are registered trademarks of IQVIA. Page last
modified: 08/19/2023