unclaimedproperty.patreasury.gov Open in urlscan Pro
52.254.42.107  Public Scan

URL: https://unclaimedproperty.patreasury.gov/en/Property/SearchIndex
Submission: On October 24 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST /en/ClaimantAccount/LoginToCart

<form action="/en/ClaimantAccount/LoginToCart" method="post"> <input type="submit" class="btn btn-default" name="btnLogin" id="btnLogin" value="Yes">
</form>

POST /en/Property/SearchIndex

<form action="/en/Property/SearchIndex" id="SearchForm" method="post" novalidate="novalidate"><input name="__RequestVerificationToken" type="hidden"
    value="M34ZgLtBFftD0Bfdgxcn9R9diprmKMuFEDtPPn9farfpq8AByNfny7WPGi6dyWumbV3OMeuxoep9QScq85wcpSoycTE1"><input id="HiddenSearchType" name="HiddenSearchType" type="hidden" value="">
  <table style="width : 100%">
    <tbody>
      <tr>
        <td>
          <div class="step-text">
            <strong>Step 1: Search to See if You Have Unclaimed Property</strong>
          </div>
          <div>
            <img src="/Content/pics/progress_bar-step1-begin.png">
          </div>
        </td>
      </tr>
    </tbody>
  </table>
  <div>
    <div style="padding-bottom: 10px"> To perform a search, enter the Last Name or Company Name for the person you are searching for <b>or</b> the Property # and click the Search Properties button.<br><strong>Please note: If your last name contains
        punctuation, please search with and without the punctuation for full results.</strong>
    </div>
    <div class="row">
      <div class="col-lg-5 col-md-6 col-sm-12">
        <fieldset>
          <legend>Unclaimed Personal Properties</legend>
          <div class="form-group">
            <input data-val="true" data-val-required="The ApproximateSearch field is required." id="ApproximateSearch" name="ApproximateSearch" style="margin: 5px 5px 10px 0; float:left;" type="checkbox" value="true"><input name="ApproximateSearch"
              type="hidden" value="false">
            <span for="ExactSearch">
              <label for="ApproximateSearch" style="margin-top: 5px; font-size: 14px; font-weight: strong; line-height: 14px;">Check for less specific match search</label>
            </span>
          </div>
          <div class="form-group">
            <label class="control-label" for="AddressSearchModel_LastName">Last Name or Company Name:</label>
            <input class="form-control" data-val="true" data-val-regex="Invalid character(s) in field" data-val-regex-pattern="^((?![,&quot;])[ -~])*$" id="AddressSearchModel_LastName" maxlength="50" minlength="2" name="AddressSearchModel.LastName"
              placeholder="Required field unless Property # is entered below." type="text" value="">
            <span class="field-validation-valid" data-valmsg-for="AddressSearchModel.LastName" data-valmsg-replace="true"></span>
          </div>
          <div class="form-group">
            <label class="control-label" for="AddressSearchModel_FirstName">First Name:</label>
            <input class="form-control" data-val="true" data-val-regex="Invalid character(s) in field" data-val-regex-pattern="^((?![,&quot;])[ -~])*$" id="AddressSearchModel_FirstName" maxlength="50" minlength="2" name="AddressSearchModel.FirstName"
              placeholder="Optional field. Completion of this information will narrow your results." type="text" value="">
            <span class="field-validation-valid" data-valmsg-for="AddressSearchModel.FirstName" data-valmsg-replace="true"></span>
          </div>
          <div class="form-group">
            <label class="control-label" for="AddressSearchModel_ZipCode">Zip Code:</label>
            <input class="form-control" data-val="true" data-val-regex="Invalid character(s) in field" data-val-regex-pattern="^((?![,&quot;])[ -~])*$" id="AddressSearchModel_ZipCode" maxlength="10" minlength="1" name="AddressSearchModel.ZipCode"
              placeholder="Optional field. Completion of this information will limit your results." type="text" value="">
            <span class="field-validation-valid" data-valmsg-for="AddressSearchModel.ZipCode" data-valmsg-replace="true"></span>
          </div>
          <div class="form-group">
            <label class="control-label" for="AddressSearchModel_Address">Address:</label>
            <input class="form-control" data-val="true" data-val-regex="Invalid character(s) in field" data-val-regex-pattern="^((?![,&quot;])[ -~])*$" id="AddressSearchModel_Address" maxlength="40" minlength="3" name="AddressSearchModel.Address"
              placeholder="Optional field. Completion of this information will limit your results." type="text" value="">
            <span class="field-validation-valid" data-valmsg-for="AddressSearchModel.Address" data-valmsg-replace="true"></span>
          </div>
          <div class="form-group">
            <label class="control-label" for="AddressSearchModel_City">City:</label>
            <input class="form-control" data-val="true" data-val-regex="Invalid character(s) in field" data-val-regex-pattern="^((?![,&quot;])[ -~])*$" id="AddressSearchModel_City" maxlength="50" minlength="3" name="AddressSearchModel.City"
              placeholder="Optional field. Completion of this information will limit your results." type="text" value="">
            <span class="field-validation-valid" data-valmsg-for="AddressSearchModel.City" data-valmsg-replace="true"></span>
          </div>
          <div class="form-group">
            <label class="control-label" for="AddressSearchModel_PropertyId">Property #:</label>
            <input class="form-control" data-val="true" data-val-number="The field Property #: must be a number." data-val-regex="Invalid character(s) in field" data-val-regex-pattern="^((?![,&quot;])[ -~])*$" id="AddressSearchModel_PropertyId"
              name="AddressSearchModel.PropertyId" placeholder="Required field unless Last Name or Company Name is entered above." type="text" value="">
            <span class="field-validation-valid" data-valmsg-for="AddressSearchModel.PropertyId" data-valmsg-replace="true"></span>
          </div>
        </fieldset>
      </div>
    </div>
  </div>
  <script>
    $(document).ready(function() {
      // Restricts input for each element in the set of matched elements to the given inputFilter.
      (function($) {
        $.fn.inputFilter = function(inputFilter) {
          return this.on("input keydown keyup mousedown mouseup select contextmenu drop", function() {
            if (inputFilter(this.value)) {
              this.oldValue = this.value;
              this.oldSelectionStart = this.selectionStart;
              this.oldSelectionEnd = this.selectionEnd;
            } else if (this.hasOwnProperty("oldValue")) {
              this.value = this.oldValue;
              this.setSelectionRange(this.oldSelectionStart, this.oldSelectionEnd);
            }
          });
        };
      }(jQuery));
      // Only allow numbers in the PropertyId field
      $("#AddressSearchModel_PropertyId").inputFilter(function(value) {
        return /^\d*$/.test(value);
      });
    });
  </script>
  <div style="display:grid">
    <div id="RecaptchaDiv" data-callback="recaptchaCallback" style="height:80px;display:inline-block;width:50%;padding-top:2px;padding-bottom:2px" class="g-recaptcha" data-sitekey="6Lfldx0TAAAAADWOGNUBVxBpsGcELIH3AoiEnWxY">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-okvwgfaurewh" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lfldx0TAAAAADWOGNUBVxBpsGcELIH3AoiEnWxY&amp;co=aHR0cHM6Ly91bmNsYWltZWRwcm9wZXJ0eS5wYXRyZWFzdXJ5Lmdvdjo0NDM.&amp;hl=de&amp;v=vm_YDiq1BiI3a8zfbIPZjtF2&amp;size=normal&amp;cb=uqla79mkcet"></iframe>
        </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
    <style>
      #RecaptchaDiv iframe {
        width: 304px;
        height: 80px;
      }
    </style>
    <br>
    <div id="divCheckTheBox">
      <label><strong>Check the reCAPTCHA box to indicate that you are not using automated software</strong></label>
    </div>
    <br>
    <div id="validationErrorPosition" class="field-validation-error">
    </div>
  </div>
  <script>
    function recaptchaCallback() {
      var response = grecaptcha.getResponse();
      if (response.length > 0) {
        $('#divCheckTheBox').hide();
      }
    };
  </script>
  <div id="divSearch" class="form-group">
    <input class="btn btn-default" type="submit" name="submitPersonAddress" onclick="return ValidateCaptcha()" value="Search Properties">
  </div>
</form>

Text Content

PATREASURY.GOV Toggle navigation
 * 
 * 
 * 
 * 

   
 * PATREASURY.GOV
   
 * About
    * Treasurer
    * Procurement
    * Employment
    * PPMAIRC Report

   
   
 * Transparency
    * Transparency Portal
    * TABS
    * Contracts e-Library
    * Right to Know

   
   
 * Programs
    * Unclaimed Property
       * Start Your Search
       * Search Military Decorations
       * Finder
       * Holders
       * Tangible
   
    * PA 529 College and Career Savings
    * PA ABLE Savings Program
    * Keystone Scholars
    * Board of Finance & Revenue
    * PennSEF
    * INVEST
    * UC/SWIF/SSP

 * Contact
 * Newsroom
 * Investments


UNCLAIMED PROPERTY

 1. Home
 2. Unclaimed Property
 3. Recovery and Reporting

My Claims Cart
Properties in cart: 0

Claimant LoginIf you complete the Claimant Login, all your information is
auto-populated for you if you have claims to file in the future. It will also
assist when checking the status of the claims you have filed. You are not
required to complete the Claimant Login to check the status of your claims.


OPTIONAL TO RECEIVE YOUR FUNDS VIA ACH (DIRECT DEPOSIT)

×

WOULD YOU LIKE TO RECEIVE YOUR FUNDS VIA ACH? IF SO, CLICK YES BELOW IN ORDER TO
LOG IN OR CREATE AN ACCOUNT.

OTHERWISE, CLICK NO BELOW TO CONTINUE TO YOUR CART FOR PAYMENT BY CHECK.


No


UNCLAIMED PROPERTY DIVISION PENNSYLVANIA TREASURY DEPARTMENT


WELCOME TO THE BUREAU OF UNCLAIMED PROPERTY SEARCH PORTAL

You may be richer than you think! Use this free tool to see if you have
unclaimed property. If you do, you could claim your cash in four easy steps!

Step 1: Search to See if You Have Unclaimed Property


To perform a search, enter the Last Name or Company Name for the person you are
searching for or the Property # and click the Search Properties button.
Please note: If your last name contains punctuation, please search with and
without the punctuation for full results.
Unclaimed Personal Properties
Check for less specific match search
Last Name or Company Name:
First Name:
Zip Code:
Address:
City:
Property #:


Check the reCAPTCHA box to indicate that you are not using automated software





RECAPTCHA NOT CHECKED

×
Check the reCAPTCHA box to indicate that you are not using automated software
OK

Back to Home Page




129 Finance Building
Harrisburg, PA 17120

Executive Office
(717) 787 2465

Unclaimed Property
(800) 222 2046


USEFUL LINKS

 *  Treasurer
 *  Procurement
 *  Employment
 *  Board of Finance & Revenue
 *  Transparency Portal
 *  TABS
 *  Contracts e-Library
 *  Right to Know
 *  PA 529

 *  PA ABLE
 *  Keystone Scholars
 *  PennSEF
 *  INVEST
 *  UC/SWIF
 *  Investments
 *  Newsroom
 *  Contact
 *  Divestment


DISCLOSURES

 *  Privacy & Disclaimers

 *  Accessibility


ACCOUNT LOGIN QUICK LINKS

 *  Holders
 *  PA ABLE
 *  My INVEST

 *  PA 529 GSP
 *  PA 529 IP
 *  Keystone Scholars


UNCLAIMED PROPERTY

 *  Claim Search
 *  Holders

 *  Finders
 *  Tangible Property


REPORTS

 *  Annual Investment Report

 *  Gaming Market Analysis


SOCIAL MEDIA

 * 
 * 
 * 
 * 

Copyright © 2017 Pennsylvania Treasury. All Rights Reserved.

×
 * Home (current)
 * About
   * Treasurer
   * Procurement
   * Employment
   * PPMAIRC Report
 * Transparency
   * Transparency Portal
   * TABS
   * Contracts e-Library
   * Right to Know
 * Programs
   * Unclaimed Property
     * Start Your Search
     * Search Military Decorations
     * Finder
     * Holders
     * Tangible
   * PA 529
   * PA ABLE
   * Keystone Scholars
   * Board of Finance & Revenue
   * PennSEF
   * INVEST
   * UC/SWIF/SSP
 * Investments
 * Newsroom
 * Contact



 * 
 * 
 * 
 * 

Copyright © 2017 Pennsylvania Treasury.
All Rights Reserved.