Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
53 lines (45 sloc)
2.68 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>People Finder Search From cyberQUEST Search Engine</title> | |
| </head> | |
| <body link="#FF0000" vlink="#FF00FF" alink="#0000FF" topmargin="0" bgcolor="#0015E0" | |
| text="#FFFFFF"> | |
| <p><b><a href="http://www.databaseamerica.com/engine/gpfind.htm">People Finder - | |
| Residential Directory Assistance</a></b> <b>D</b> </p> | |
| <form method="GET" action="http://api2.databaseamerica.com/cgi-bin/gpfind.cgi"> | |
| <input type="hidden" name="z" value="0"><p><input type="reset" value="Reset"> <input | |
| type="submit" value="Search" name="Enter"> <b>Enter at | |
| least the last name of the person you're searching for:</b> <br> | |
| <b>First Name: </b><input type="text" name="f" size="26"> <b>Last Name: </b><input | |
| type="text" name="l" size="26"><br> | |
| <b>City: </b><input | |
| type="text" name="c" size="26"> | |
| <b>State: </b><input | |
| type="text" name="s" size="2"><b> (use 2-letter abbreviation)</b> </p> | |
| </form> | |
| <hr> | |
| <b> | |
| <p>Or look up someone using their phone number only:</b> </p> | |
| <form method="get" action="http://api2.databaseamerica.com/cgi-bin/gpfind.cgi"> | |
| <input type="hidden" name="z" value="0"><p><input type="reset" value="Reset"> <input | |
| type="submit" value="Search" name="Enter"> <b>Phone: </b><input type="text" name="p" | |
| size="13"> (###-###-####) </p> | |
| </form> | |
| <p align="center">This is the most comprehensive collection of white page telephone | |
| directory information available on the internet at the time of this writing. It contains | |
| more information than<a href="yahoops.htm"> Yahoo's People Search</a> and displays more of | |
| the information. People Search only retrieves a maximum of 200 records whereas People | |
| Finder retrieves a maximum of 1,000 records. A search on my last name with People Search | |
| only produced 162 Churilla's whereas People Finder produced 255. <a | |
| href="http://www.databaseamerica.com/engine/ghist.htm">Database America</a>, the | |
| developers of this service, do not state the size of the database on their web site. | |
| However, they do state that they have data on 97 million households so the database might | |
| contain that many listings. People Finder does not have a way for users to add their own | |
| listing or their websites to this database at the time of this writing. If you are | |
| concerned about your <a href="http://www.databaseamerica.com/engine/gpriv.htm">privacy</a>, | |
| you can request that your listing be <a | |
| href="http://www.databaseamerica.com/engine/gsupprs.htm">surpressed</a>. If you need | |
| assistance there is a <a href="http://www.databaseamerica.com/engine/ghelp.htm">Help FAQ</a>. | |
| (8/12/96) </p> | |
| </body> | |
| </html> |