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

URL: https://www.pollen.com/forecast/extended/pollen/78641
Submission Tags: falconsandbox
Submission: On September 13 via api 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-4455">
  <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-4455" 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="kBmR0aJAX4J2lC2qdKeQefxGgzuNNqvyl8amBLgU49nWmtanMu_SaPCHtSQQSGctJU0wNIBnfqOXbk7DcT4UN7C49ocR0wurnGz1WQhynNY1">
  <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-5523">
        <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-5523" 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-7728">
        <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-7728" 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


5 DAY ALLERGY FORECAST

for Leander, TX
Created with Highcharts
4.2.38.14.29.89.59.5WednesdayThursdayFridaySaturdaySunday
 * 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





BREATHE EASY THIS RAGWEED SEASON WITH RESPIRAY WEAR A+

As ragweed season sweeps across the nation, so does the discomfort of ragweed
allergies. Respiray steps in with an innovative device that offers instant
relief from the distressing health effects triggered by airborne allergens
worldwide.

Full Article

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


MOST POPULAR

 * Is Pollen the Main Factor In My Allergy Symptoms Acting Up?
 * Are Allergy Tests Available To Determine What I'm Allergic To?
 * 




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:

Treating Rashes

Continue

Recognizing Asthma in Children

Here are common warning signs

Minimizing Food Allergies

Early breast-feeding may help

Chronic Cough Could Signal Lung Disease

Here are common warning signs

Have Fun on Halloween, Despite Asthma

Keep your child safer
Previous Next


PRIVET (LIGUSTRUM)

Research Privet Allergy


CDC PANEL GIVES SUPPORT TO NEW COVID BOOSTER SHOTS

TUESDAY, Sept. 12, 2023 (HealthDay News) -- Following on an approval granted
Monday by the U.S. Food and Drug Administration, an expert panel from the
Centers for Disease Control and Prevention late Tuesday also signed off on new
COVID boosters for Americans.

Full Article

Advert




CHECK POLLEN COUNT IN ANOTHER CITY


BEST AND WORST CITIES FOR ALLERGY SUFFERERS


TODAY'S BEST CITIES

 * Worcester, MA
 * Portland, ME
 * Caribou, ME
 * Bangor, ME
 * Bridgeport, CT


TODAY'S WORST CITIES

 * Laredo, TX
 * Oklahoma City, OK
 * Memphis, TN
 * Tulsa, OK
 * Fort Smith, AR


COMPARE POLLEN COUNTS IN ANOTHER CITY


CITY 1:




CITY 2:


Compare Now



ALLERGY NEWS

CDC Panel Gives Support to New COVID Booster Shots

FDA Panel Says Common OTC Decongestant Is Useless

People Exhale Less COVID Virus as Their Infection Wanes

Bacteria at Day Care Might Raise Kids' Odds for Asthma

FDA Approves New COVID Booster Shots

In Good News for U.S., Flu Vaccine Working Well in South America

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: 09/13/2023