MortgageClub / deal_hunter

A crawler to hunt for undervalued home listings in the US
0 stars 2 forks source link

Add more markets to DealHunter #54

Closed billytran1222 closed 6 years ago

billytran1222 commented 7 years ago

Thank you for creating an issue! You've followed our Guideline and now here are a few prompts to make your issue even easier to solve. Feel free to delete any sections that are not relevant (including this).

Background

These are the steps that I do

  1. I go to this portal http://matrix.ntreis.net/Matrix/Public/Portal.aspx?ID=0-1137831463-10
  2. I run the comps (i.e. estimated market value) for each property image
  3. If a property meets my criteria: (Listing price + rehab_cost) <= arv_percent * (comps_weight * comp + zestimate_weight * zestimate) I email agents asking them to write up an offer for me image

    Specification

Admin needs to be able to change these variables for each market (Sacramento or Dallas-Fort Worth and more markets in the future)

  1. Update the portal URL
  2. Update these variables: rehab_cost, arv_percent, comps_weight, zestimate_weight
  3. Update agent emails

    Checklist

    • [x] Automate this task
    • [x] Add the new Dallas-Fort Worth results to dealhunter.mortgageclub.co image Note: the Dallas-Fort Worth data is different from Sacramento. We might not have all the fields

Add other markets:

Test

billytran1222 commented 7 years ago

@tangnv i just added Tampa market.

billytran1222 commented 7 years ago

@tangnv i just added Houston market.

billytran1222 commented 7 years ago

@tangnv i updated Houston link and added Charlotte. Charlotte has the same format as Dallas-Fort Worth. For the first run, can u scrape all the pages? image image

billytran1222 commented 7 years ago

@tangnv i added Raleigh-Durham, the link is weird, doesn't work when i cut and paste to browser. i also forwarded u the email.

billytran1222 commented 7 years ago

@tangnv please add Seattle market

billytran1222 commented 7 years ago

@tangnv can u add city to the email subject so it's easier to manage? use a comma ", " to separate address and city. for example, "812 N 11th St, Tacoma" also, if there's a function in Rails to convert a spring to first letter capitalized only, please use it. for example, "840 24TH ST, ORLANDO" --> "840 24th St, Orlando"

billytran1222 commented 7 years ago

@tangnv i added Miami market