RobertD
Thanks for the response!
I'm not familiar with MLSPin's current data export, but I download from 3 dozen MLS's across the country, so I'm sure I can offer some advice. What specifically do you need to know?
Problem is there is no direct way to pull the data at this time. Right now they make raw data with limited fields available in a pipe delimited format. They do not, and I'm told by them probably not in the near future, going to allow RETS.
The data I can pull comes in this format:
Code:
PROP_TYPE|LIST_NO|LIST_AGENT|LIST_OFFICE|STATUS|LIST_PRICE|TOWN_NUM|AREA|ZIP_CODE|PHOTO_COUNT|PHOTO_DATE|PHOTO_MASK|SF_TYPE|STYLE|LOT_SIZE|ACRE|SQUARE_FEET|GARAGE_SPACES|GARAGE_PARKING|BASEMENT|NO_ROOMS|NO_BEDROOMS|NO_FULL_BATHS|NO_HALF_BATHS|MASTER_BATH|LIV_LEVEL|LIV_DIMEN|DIN_LEVEL|DIN_DIMEN|FAM_LEVEL|FAM_DIMEN|KIT_LEVEL|KIT_DIMEN|MBR_LEVEL|MBR_DIMEN|BED2_LEVEL|BED2_DIMEN|BED3_LEVEL|BED3_DIMEN|BED4_LEVEL|BED4_DIMEN|BED5_LEVEL|BED5_DIMEN|BTH1_LEVEL|BTH1_DIMEN|BTH2_LEVEL|BTH2_DIMEN|BTH3_LEVEL|BTH3_DIMEN|LAUNDRY_LEVEL|LAUNDRY_DIMEN|OTH1_ROOM_NAME|OTH1_LEVEL|OTH1_DIMEN|OTH2_ROOM_NAME|OTH2_LEVEL|OTH2_DIMEN|OTH3_ROOM_NAME|OTH3_LEVEL|OTH3_DIMEN|OTH4_ROOM_NAME|OTH4_LEVEL|OTH4_DIMEN|OTH5_ROOM_NAME|OTH5_LEVEL|OTH5_DIMEN|OTH6_ROOM_NAME|OTH6_LEVEL|OTH6_DIMEN
SF|30407992|A0000054|A23401|ACT|1150000|200||02043|0|1/1/1980|0|A|A|41364|0.94|3100|3|A|Y|9|4|2|1|Y||||||||||||||||||||||||||||||||||||||||||||
SF|30488193|A0000054|A23401|PCG|1299000|200||02043|1|6/13/2005 3:22:00 PM|1|A|I,P|26889|0.61|4000|2|A,E|Y|10|4|3|1|Y|1|19X21|1|15X18|1|17X20|1|10X20|1|15X16|2|15X15|2|15X15|2|12X17|||||||||||GRM|2|18X23|OFC|1|15X12||||||||||||
What is the ridiculous photo format?
It is less the format but how they have set it up on their server:
Example:
LIST_NO = 30688400
Main photo file: /photo/30/688/400_0.jpg
First addtl. photo: /photo/30/688/400_1.jpg
Second addtl. photo: /photo/30/688/400_2.jpg
So it isn't like there is an easy way to get and pull the photos since they have to FTPed down, and since they cut up the MLS number to create their directory tree, it's just a wierd way to do things in my experience.
Thanks!
Rich