|
|
Kubera Crawler
|
 |
| 1. It will be a .NET Desktop Application. |
| 2. The application will take a Keyword(e,g: Mortgage Broker) with location from the user, and then search Google's Map site to find addresses matching with the location and the keyword. |
| 3. It will then search N number of pages of Google's search result, where N can be any integer value provided by the user. For example, if you would like to search 30 pages of google's result (each containing 10 addresses) for the keyword "Bamboo Flooring, New York", N = 30. |
| 4. The following information of each result entity from the search result pages will be extracted: Business Name, Address (Street, City, State, Post Code), Phone Number, Fax, Website, and Email. |
5. If the application does not find the email address in google's search result, it will then scan the website associated with the address and will try to get email address from there.
|
| 6. All the unique entities from these extracted Address information will be displayed, and can be saved to CSV (XL) file. |
|
| 7. The application will let user send text email or attached HTML content to all the email addresses scanned from the site. |
| 8. The application will allow you set pause between scanning google's pages so that google doesn't counter the application to be spyware. |
| |
|
|
|