Rental Listings Feed Guide - HotPads

1y ago
22 Views
2 Downloads
837.10 KB
50 Pages
Last View : 3m ago
Last Download : 3m ago
Upload by : Fiona Harless
Transcription

Rental Listings Feed GuideTechnical Specification for HotPads RentalListings Feed FormatDecember 3, 2018

[RENTAL LISTINGS FEED GUIDE ]2Table of ContentsOverview3FAQ3333How do I submit my feed to the Zillow Rental Network?What communication protocols do you support?What kind of feed formats do you support for Rental listings?Does HotPads feed format support listings with Unit level availabilityinformation?Does HotPads feed format support Roommate listings?What kind of feed format can I use for Sale listings?Can I get a report when my feed runs?Who do I contact in case something isn’t working correctly?XML GuidelinesEntity ReferenceCDATA33334444HotPads Feed Format4XML Specification – Single family homes and individual apartments/condo units5Element Specification - Single family homes and individual apartments/condounits7XML Specification – Apartment communities15Element Specification – Apartment communities19XML Specification – Roommate listings29Element Specification – Roommate listings31Example HotPads FeedExample - Single family homes and individual apartments/condo unitsExample – Apartment communitiesExample – Roommate listings40404247

[RENTAL LISTINGS FEED GUIDE ]3OverviewThe technical specification for HotPads Listings Feed format is intended to help you create anautomated feed that will submit the listings onto the Zillow Rental Network.NOTE: For Rental listings, we recommend using the HotPads feed format. Please submit therental listings to rentalfeeds@zillow.com. See FAQ for supported feed formats.For Sale listings, we recommend you using the Zillow feed format. Please submit the forsale listings to Zillow.FAQHow do I submit my feed to the Zillow Rental Network?Send the feed URL and the desired processing times to rentalfeeds@zillow.com. We will reviewyour feed and contact you to complete the setup process.What communication protocols do you support?We support HTTP and FTP protocols. If you would like to send your feed over HTTPS or protect itwith a username and password, please include the details in your e-mail torentalfeeds@zillow.comWhat kind of feed formats do you support for Rental listings?For Rental listings, we suggest using the HotPads feed format. We also support standard feedformats such as MITS. If you already have a feed that uses a different format, you can send it tous for review and we will let you know if we can process it.Does HotPads feed format support listings with Unit level availability information?Yes. Starting April 2016, we have updated our feed format to support unit level availabilityinformation. See page 13 for specification (page 35 has example).Does HotPads feed format support Roommate listings?Yes. We have added support for fields that are specific to roommate listings (for example:roommate preferences. See page 23 for specification (page 39 has example).What kind of feed format can I use for Sale listings?HotPads does not accept feeds of for sale listings. We recommend that submit your for salelisting feeds to Zillow.Can I get a report when my feed runs?Yes, we can email you a report each time your feed is processed. We can also provide you a linkto access the most recent process report.

[RENTAL LISTINGS FEED GUIDE ]4Who do I contact in case something isn’t working correctly?If you encounter any problems, e-mail us at rentalfeeds@zillow.com for assistance.XML GuidelinesSome characters will not display as intended after the XML is parsed. There are two differentmethods you can use to ensure that your text is displayed correctly.Entity ReferenceTo use any of the illegal XML characters (&, ‘, , , "), please refer to the following table andreplace any of those characters with the respective entity reference.Character&‘ "Entity sandApostropheGreater ThanLess ThanQuotation MarkCDATAAn alternative to using entity reference is to enclose the tag values inside a CDATA tag as thesetags will not be parsed and will be displayed as is.Begin CDATAsectionEnd CDATAsectionExample ![CDATA[]] tag ![CDATA[This text contains "illegal" characters butthat’s okay because it’s inside the CDATA tag]] /tag HotPads Feed FormatHotPads has multiple feed specifications for rental listings based on the property type.1. Single family homes and individual apartments/condo unitsEx: Houses, condos2. Apartment communitiesEx: Apartment communities with multi-floor plans

[RENTAL LISTINGS FEED GUIDE ]53. Roommate listingsEx: Roommate listingsXML Specification – Single family homes and individual apartments/condo unitsEx: Houses, condos !-- company is repeatable -- Company id "company123" name/ website/ city/ state/ CompanyLogo source "http://yoursite.com/path/to/logo.gif" / /Company !-- Listing is repeatable -- Listing id "abc123" type "RENTAL" companyId "company123" propertyType "CONDO" restrictions seniorHousing/ studentHousing/ militaryHousing/ disabledHousing/ incomeRestrictedHousing/ incomeRestrictions onePersonHouseholdIncomePerMonth/ TwoPersonHouseholdIncomePerMonth/ ThreePersonHouseholdIncomePerMonth/ FourPersonHouseholdIncomePerMonth/ FivePersonHouseholdIncomePerMonth/ SixPersonHouseholdIncomePerMonth/ SevenPersonHouseholdIncomePerMonth/ EightPersonHouseholdIncomePerMonth/ /incomeRestrictions /restrictions name/ unit/ street hide "false"/ !—"true" or "false"-- city/ state/ zip/ country/ latitude/ longitude/ lastUpdated/ contactName/ contactEmail/ contactPhone/ contactFax/

[RENTAL LISTINGS FEED GUIDE ] contactTimes/ contactMethodPreference/ openHouses openHouse !-- repeatable -- date/ startTime/ endTime/ appointmentRequired/ /openHouse /openHouses previewMessage/ description/ terms/ leaseTerm/ website/ virtualTourUrl/ isFurnished/ smokingAllowed/ utilityCostElectricity/ utilityCostHeating/ utilityCostCable/ utilityCostWater utilityCostInternet/ utilityCostGarbage/ utilityCostParking/ utilityCostOther/ utilityCostTotal/ ListingTag type "PROPERTY AMENITY" !-- repeatable -- tag/ ListingTag/ ListingPermission/ !-- repeatable -- ListingPhoto source "http://yoursite.com/path/photo1.jpg" !-- repeatable -- label/ caption/ /ListingPhoto ListingSpecialOffer !—repeatable -- description/ startDate/ !-- format: YYYY-MM-DD -- endDate/ !-- format: YYYY-MM-DD -- /ListingSpecialOffer price/ pricingFrequency/ HOA-Fee/ deposit/ numBedrooms/ numFullBaths/ numHalfBaths/ squareFeet/ dateAvailable/ !-- format: YYYY-MM-DD -- providerType/ 6

[RENTAL LISTINGS FEED GUIDE ]7 /Listing Element Specification - Single family homes, individual apartments/condo unitsElementRequiredFormatDescription (when notself-explanatory) Company id "your companyId" !-- company is repeatable -- !-- Company Id in your system that owns this listing. For single company, you can create your own id-- name NoString website NoString city YesString state YesValid US state code CompanyLogosource "URL" NoURLLimit URL to 255 charactersLimit URL to 255 characters source required if CompanyLogo included /Company Listing id "listingId" type"RENTAL" companyId "your companyId" propertyType "CONDO" !-- listing is repeatable -- Listing type must be one of the following: RENTAL CORPORATE SUBLET ROOM VACATIONProperty type must be one of the following: CONDO (single unit in a community or building) HOUSE (single-family house) TOWNHOUSE (townhouse or row house) restrictions !-- Specify if there are any restrictions for this property. -- seniorHousing NoBoolean (true or false) studentHousing NoBoolean (true or false) militaryHousing NoBoolean (true or false) disabledHousing NoBoolean (true or false) incomeRestrictedHousing NoBoolean (true or false)NoIntegerNoIntegerNoInteger incomeRestrictions onePersonHouseholdIncomePerMonth TwoPersonHouseholdIncomePerMonth ThreePersonHouseholdIncoDollar amount specifying theincome for 1 person householdDollar amount specifying theincome for 2 people householdDollar amount specifying the

[RENTAL LISTINGS FEED GUIDE ]mePerMonth FourPersonHouseholdIncomePerMonth FivePersonHouseholdIncomePerMonth SixPersonHouseholdIncomePerMonth SevenPersonHouseholdIncomePerMonth EightPersonHouseholdIncomePerMonth /incomeRestrictions 8income for 3 people householdDollar amount specifying theincome for 4 people householdDollar amount specifying theincome for 5 people householdDollar amount specifying theincome for 6 people householdDollar amount specifying theincome for 7 people householdDollar amount specifying theincome for 8 people eger nameNoString unit YesStringRequired if applicable street hide "true" YesIf hide "true", street address willbe hidden from users city YesStreet: StringHide: Boolean (true or false)String state YesValid US state code zip YesNumber country NoISO Country codes only latitude No longitude No lastUpdated YesMust contain at least 2 digitsof precision past the decimalpointMust contain at least 2 digitsof precision past the decimalpointISO 8601 with UTC time contactName NoString contactEmail YesE-mail addressEmail or Phone – one is required contactPhone YesNumberEmail or Phone – one is required contactFax NoNumber date NoFormat: YYYY-MM-DD startTime NoString endTime NoString /restrictions Example: UShttps://www.iso.org/obp/ui/#searchEnsures correct positioningEnsures correct ed for real time feeds only openHouses !-- optional -- openHouse !-- repeatable --

[RENTAL LISTINGS FEED GUIDE ] appointmentRequired NoBoolean (true or false) contactTimes NoString contactMethodPreference No previewMessage NoContact Method Preferenceshould be one of thefollowing: Email SMS Phone FaxString description NoString terms NoString leaseTerm No website NoLease Term must be one ofthe following: ContactForDetails Monthly SixMonths OneYearLimit URL to 255 characters virtualTourUrl NoLimit URL to 255 characters isFurnished NoBoolean (true or false) smokingAllowed NoBoolean (true or false) utilityCostElectricity NoDouble utilityCostHeating NoDouble utilityCostCable NoDouble utilityCostWater NoDouble utilityCostInternet NoDouble utilityCostGarbage NoDouble utilityCostParking NoDouble utilityCostOther NoDouble utilityCostTotal NoDouble /openHouse /openHouses Limit to 255 characters !-- ListingTags are optional, repeatable. All allowed ListingTag types listed below -- Examples: ListingTag type "PROPERTY AMENITY" tag Pool /tag /ListingTag ListingTag type "MODEL AMENITY" tag Refrigerator /tag /ListingTag ListingTag type "MODEL AMENITY SELECT" tag Hardwood Floors /tag /ListingTag ListingTag type "RENT INCLUDES" tag Water /tag /ListingTag ListingTag type "DOGS ALLOWED" tag false /tag /ListingTag 9

[RENTAL LISTINGS FEED GUIDE ] ListingTag type "YEAR BUILT" tag 1995 /tag /ListingTag ListingTag type "ARCHITECTURE STYLE" tag French /tag /ListingTag ListingTag type " VIEW TYPE" tag Mountain /tag /ListingTag ListingTag type "LAUNDRY" tag In unit /tag /ListingTag ListingTag type NoString"PROPERTY AMENITY" BarbecueArea Basement BasketBallCourt BusinessCenter CableSatellite ChildCare ClubDiscount Concierge ControlledAccess Courtyard Deck DisabledAccess Dock Doorman Elevator FencedYard FitnessCenter Garden GatedEntry GreenHouse HotTubSpa HouseKeeping Intercom JettedBathTub Lawn NightPatrol OnSiteMaintenance OnSiteManagement PackageReceiving PlayGround Pong Pool Porch RaquetBallCourt Sauna SecuritySystem Skylight SportsCourt SprinklerSystem SunDeck TennisCourt TVLounge VolleyBallCourt WetBar10Specify property specific amenity.

[RENTAL LISTINGS FEED GUIDE ] ListingTagtype "MODEL AMENITY" No ListingTag type "MODEL AMENITY SELECT" ListingTag type "RENT INCLUDES" No ListingTag type "MLS LISTING ID" String InternetCableSatTvA/CHotWaterNoString String ListingTag type "MLS NAME" NoString ListingTag type "DOGS ALLOWED" ListingTag type "SMALL DOGS ALLOWED" ListingTag type "LARGE DOGS ALLOWED" ListingTag type "CATS ALLOWED" ListingTag type NoBoolean (true or false)NoBoolean (true or false)NoBoolean (true or false)NoBoolean (true or false)NoNumberNo11If you have any additionalamenities, feel free to add them.Specify amenities available only inselect modelsDisplays as ‘Small Dogs Allowed’.Large dogs must be specified.

[RENTAL LISTINGS FEED GUIDE ]"YEAR BUILT" ListingTag type "LOT SIZE"NoNumber ListingTag type "SCHOOL DISTRICT" ListingTag type "HIGH SCHOOL" ListingTag type "MIDDLE SCHOOL" ListingTag type "ELEMENTARY SCHOOL" ListingTag type "PARKING SPACES" ListingTag type "PARKING SPACES COVERED" ListingTag type "PARKING TYPE" NoStringNoStringNoStringNoStringNoNumberNoNumberNo ListingTag type "ROOM TYPE" No ListingTag type "ROOM COUNT" ListingTag type "FLOOR COVERING" NoParking Type should be one ofthe following: Carport GarageAttached GarageDetached OffStreet OnStreet NoneRoom type should be one ofthe following: BreakfastNook DiningRoom FamilyRoom LaundryRoom Library MasterBath MudRoom Office Pantry RecreationRoom Workshop SolariumAtrium SunRoom WalkInClosetNumberNoFloor Covering should be oneof the following: Carpet Concrete Hardwood Laminate LinoleumVinyl12

[RENTAL LISTINGS FEED GUIDE ] ListingTag type "HEATING FUEL" No ListingTag type "HEATING SYSTEM" No ListingTag type "COOLING SYSTEM" No ListingTag type "ROOF TYPE" No ListingTag type "VIEW TYPE" No Slate Softwood Tile OtherHeating Fuel should be one ofthe following: None Coal Electric Gas Oil PropaneButane Solar WoodPellet OtherHeating System should be oneof the following: Baseboard ForcedAir HeatPump Radiant Stove Wall OtherString None Central Evaporative Geothermal Wall Solar OtherRoof Type should be one ofthe following: Asphalt BuiltUp Composition Metal ShakeShingle Slate Tile OtherView Type should be one ofthe following: None City Mountain Park Territorial13

[RENTAL LISTINGS FEED GUIDE ] ListingTag type "EXTERIOR TYPE" No ListingTag type "ARCHITECTURE STYLE" No ListingTag type "LAUNDRY" No14 WaterExterior Type should be one ofthe following: Brick CementConcrete Composition Metal Shingle Stone Stucco Vinyl Wood WoodProducts OtherArchitecture Style should beone of the following: Bungalow CapeCod Colonial Contemporary Craftsman French Georgian Loft Modern Queen AnneVictorian RanchRambler SantaFePuebloStyle Spanish Split-level Tudor OtherLaundry should be one of thefollowing: IN UNIT SHARED /ListingTag ListingPermission NoE-mail addressemail address of HotPads useraccount that you wish to haveaccess to the listing. ListingSpecialOffer !-- optional. Can include multiple -- description YesString startDate NoFormat: YYYY-MM-DD endDate /ListingSpecialOffer NoFormat: YYYY-MM-DD ListingPhoto source "URL" !-- Limit URL to 255 characters -- !-- optional. Can include multiple. First photo is put on main information screen --

[RENTAL LISTINGS FEED GUIDE ] label NoString caption NoString price YesNumber priceFrequency No HOA-Fee NoPrice Frequency must beone of the following: ONCE MONTH WEEK DAYNumber deposit NoNumber numBedrooms YesNumber numFullBaths YesNumber numHalfBaths YesNumber squareFeet NoNumber dateAvailable NoFormat: YYYY-MM-DD providerType NoProvider Type must be oneof the following: propertyManager propertyManagementSoftware agent brokerExclusives brokerOpen locator15Limit label to 30 characters.No markupLimit label to 30 characters.No markup /ListingPhoto /Listing XML Specification – Apartment communitiesEx: Apartment communities with multi-floor plan listings !-- company is repeatable -- Company id "company123" !-- required -- name/ website/ city/ state/ CompanyLogo source "http://yoursite.com/path/to/logo.gif" / /Company !-- Listing is repeatable -- Listing id "abc123" type "RENTAL" companyId "company123" propertyType "LARGE" restrictions

[RENTAL LISTINGS FEED GUIDE ] seniorHousing/ studentHousing/ militaryHousing/ disabledHousing/ incomeRestrictedHousing/ incomeRestrictions onePersonHouseholdIncomePerMonth/ TwoPersonHouseholdIncomePerMonth/ ThreePersonHouseholdIncomePerMonth/ FourPersonHouseholdIncomePerMonth/ FivePersonHouseholdIncomePerMonth/ SixPersonHouseholdIncomePerMonth/ SevenPersonHouseholdIncomePerMonth/ EightPersonHouseholdIncomePerMonth/ /incomeRestrictions /restrictions name/ street hide "false"/ !--true or false-- city/ state/ zip/ country/ latitude/ longitude/ lastUpdated contactName/ contactEmail/ contactPhone/ contactFax/ contactTimes/ contactMethodPreference/ previewMessage/ description/ terms/ leaseTerm/ website/ virtualTourUrl/ isFurnished/ smokingAllowed/ utilityCostElectricity/ utilityCostHeating/ utilityCostCable/ utilityCostWater utilityCostInternet/ utilityCostGarbage/ utilityCostParking/ utilityCostOther/ utilityCostTotal/ numUnits/ ListingLogo source "http://yoursite.com/path/photo5.jpg"/ 16

[RENTAL LISTINGS FEED GUIDE ] ListingTag type "PROPERTY AMENITY" !-- repeatable -- tag/ ListingTag/ ListingPermission/ !-- repeatable -- ListingPhoto source "http://yoursite.com/path/photo1.jpg" !-- repeatable -- label/ caption/ /ListingPhoto ListingSpecialOffer !—repeatable -- description/ startDate/ !-- format: YYYY-MM-DD -- endDate/ !-- format: YYYY-MM-DD -- /ListingSpecialOffer Model id "Oak" type "floorplan" searchable "true" pricingType "FLAT" !-- repeatable -- unitNumber/ !--Not applicable as Model type is floorplan, not unit -- unitFloorNumber/ !--Not applicable as Model type is floorplan, not unit -- lowPrice/ highPrice/ pricingFrequency/ HOA-Fee/ deposit/ name/ numBedrooms/ numFullBaths/ numHalfBaths/ squareFeet/ dateAvailable/ !-- format: YYYY-MM-DD -- description/ ModelLayout source "http://yoursite.com/path/photo3.jpg" label/ caption/ /ModelLayout ModelTag type "AMENITY SELECT" !-- repeatable -- tag/ ModelTag type/ ModelPhoto source "http://yoursite.com/path/photo3.jpg" !-- repeatable -- label/ caption/ /ModelPhoto /Model Model id "Oak" type "unit" parentModelId "Oak" searchable "true" pricingType "FLAT" !-repeatable -- unitNumber/ !-- Unit number: number or string -- unitFloorNumber/ !-- Floor on which unit is located -- lowPrice/ highPrice/ pricingFrequency/ HOA-Fee/ deposit/ name/ numBedrooms/ 17

[RENTAL LISTINGS FEED GUIDE ] numFullBaths/ numHalfBaths/ squareFeet/ dateAvailable/ !-- format: YYYY-MM-DD -- description/ ModelLayout source "http://yoursite.com/path/photo3.jpg" label/ caption/ /ModelLayout ModelTag type "AMENITY SELECT" !-- repeatable -- tag/ ModelTag type/ ModelPhoto source "http://yoursite.com/path/photo3.jpg" !-- repeatable -- label/ caption/ /ModelPhoto /Model providerType/ /Listing 18

[RENTAL LISTINGS FEED GUIDE ]19Element Specification – Apartment communitiesElementRequiredFormatDescription (when notself-explanatory) Company id "companyId" !-- company is repeatable -- !-- Company Id in your system that owns this listing. For single company, you can create your own id-- name NoString website NoString city YesString state YesValid US state code CompanyLogosource "URL" YesURLLimit URL to 255 charactersLimit URL to 255 characters source required if CompanyLogo included /Company Listing id "listingId" type"RENTAL" companyId "your companyId" propertyType "LARGE" !-- listing is repeatable -- Listing type must be one of the following: RENTAL CORPORATE SUBLET ROOM VACATIONProperty type must be one of the following: CONDO (single unit in a community or building) HOUSE (single-family house) TOWNHOUSE (townhouse or row house) DIVIDED (duplex) LARGE (Large building) COMMUNITY (Community or Garden style) MEDIUM (Medium building) restrictions !-- Specify if there are any restrictions for this property. --

[RENTAL LISTINGS FEED GUIDE ] seniorHousing NoBoolean (true or false) studentHousing NoBoolean (true or false) militaryHousing NoBoolean (true or false) disabledHousing NoBoolean (true or false) incomeRestrictedHousing NoBoolean (true or rNoIntegerNoIntegerNoInteger20 incomeRestrictions onePersonHouseholdIncomePerMonth TwoPersonHouseholdIncomePerMonth ThreePersonHouseholdIncomePerMonth FourPersonHouseholdIncomePerMonth FivePersonHouseholdIncomePerMonth SixPersonHouseholdIncomePerMonth SevenPersonHouseholdIncomePerMonth EightPersonHouseholdIncomePerMonth /incomeRestrictions Dollar amount specifying theincome for 1 person householdDollar amount specifying theincome for 2 people householdDollar amount specifying theincome for 3 people householdDollar amount specifying theincome for 4 people householdDollar amount specifying theincome for 5 people householdDollar amount specifying theincome for 6 people householdDollar amount specifying theincome for 7 people householdDollar amount specifying theincome for 8 people household /restrictions nameNoString street hide "true" Yes city YesStreet: StringHide: Boolean (true or false)String state YesValid US state code zip YesNumber country NoISO Country codes onlyIf hide "true", street address willbe hidden from usersExample: UShttps://www.iso.org/obp/ui/#search latitude No longitude No lastUpdated YesMust contain at least 2 digitsof precision past the decimalpointMust contain at least 2 digitsof precision past the decimalpointISO 8601 with UTC timeEnsures correct positioningEnsures correct positioningExample:2014-08-13T00:36:00.000Z

[RENTAL LISTINGS FEED GUIDE ]21*Required for real time feeds only contactName NoString contactEmail YesE-mail addressEmail or Phone – one is required contactPhone YesNumberEmail or Phone – one is required contactFax NoNumber contactTimes NoString contactMethodPreference No previewMessage NoContact Method Preferenceshould be one of thefollowing: Email SMS Phone FaxString description NoString terms NoString leaseTerm No website NoLease Term must be one ofthe following: ContactForDetails Monthly SixMonths OneYearStringLimit URL to 255 characters virtualTourUrl NoStringLimit URL to 255 characters isFurnished NoBoolean (true or false) smokingAllowed NoBoolean (true or false) utilityCostElectricity NoDouble utilityCostHeating NoDouble utilityCostCable NoDouble utilityCostWater NoDouble utilityCostInternet NoDouble utilityCostGarbage NoDouble utilityCostParking NoDouble utilityCostOther NoDouble utilityCostTotal NoDouble numUnits NoNumberLimit to 255 charactersNumber of units available at thebuilding or community, ifapplicable

[RENTAL LISTINGS FEED GUIDE ] ListingLogo source "URL" NoURL22Limit URL to 255 characters source required if ListingLogo element is included /ListingLogo !-- ListingTags are optional, repeatable. All allowed ListingTag types listed below -- Examples: ListingTag type "PROPERTY AMENITY" tag Pool /tag /ListingTag ListingTag type "MODEL AMENITY" tag Refrigerator /tag /ListingTag ListingTag type "MODEL AMENITY SELECT" tag Hardwood Floors /tag /ListingTag ListingTag type "RENT INCLUDES" tag Water /tag /ListingTag ListingTag type "DOGS ALLOWED" tag false /tag /ListingTag ListingTag type "YEAR BUILT" tag 1995 /tag /ListingTag ListingTag type "ARCHITECTURE STYLE" tag French /tag /ListingTag ListingTag type " VIEW TYPE" tag Mountain /tag /ListingTag ListingTag type "LAUNDRY" tag In unit /tag /ListingTag ListingTag type NoString"PROPERTY AMENITY" BarbecueArea Basement BasketBallCourt BusinessCenter CableSatellite ChildCare ClubDiscount Concierge ControlledAccess Courtyard Deck DisabledAccess Dock Doorman Elevator FencedYard FitnessCenter Garden GatedEntry GreenHouse HotTubSpa HouseKeeping Intercom JettedBathTub Lawn NightPatrol OnSiteMaintenance OnSiteManagement PackageReceiving PlayGround Pong Pool Porch

[RENTAL LISTINGS FEED GUIDE ] ListingTag type "MLS LISTING ID" ListingTag type "MLS NAME" ListingTag type "DOGS ALLOWED" ListingTag type "SMALL DOGS ALLOWED" ListingTag type "LARGE DOGS ALLOWED" ListingTag type "CATS ALLOWED" ListingTag type "YEAR BUILT" ListingTagtype "LOT SIZE" ListingTagtype "STORIES" ListingTag type "SCHOOL DISTRICT" ListingTag type "HIGH SCHOOL" ListingTag type "MIDDLE SCHOOL" ListingTag type "ELEMENTARY SCHOOL" ListingTag type "PARKING SPACES" ListingTag type "PARKING SPACES COVERED" ListingTag type "PARKING TYPE" No StringNoStringNoBoolean (true or false)NoBoolean (true or false)NoBoolean (true or false)NoBoolean (true or ringNoStringNoNumberNoNumberNoParking Type should be oneof the following: Carport GarageAttached GarageDetached oungeVolleyBallCourtWetBarDisplays as ‘Small Dogs Allowed’.Large dogs must be specified.Number of stories in this unit

[RENTAL LISTINGS FEED GUIDE ] ListingTag type "ROOM TYPE" No ListingTag type "ROOM COUNT" ListingTag type "FLOOR COVERING" No ListingTag type "HEATING FUEL" No ListingTag type "HEATING SYSTEM" NoNo OnStreet NoneRoom Type should be one ofthe following: BreakfastNook DiningRoom FamilyRoom LaundryRoom Library MasterBath MudRoom Office Pantry RecreationRoom Workshop SolariumAtrium SunRoom WalkInClosetNumberFloor Covering should be oneof the following: Carpet Concrete Hardwood Laminate LinoleumVinyl Slate Softwood Tile OtherHeating Fuel should be one ofthe following: None Coal Electric Gas Oil PropaneButane Solar WoodPellet OtherHeating System should beone of the following: Baseboard ForcedAir HeatPump Radiant Stove24

[RENTAL LISTINGS FEED GUIDE ] ListingTag type "COOLING SYSTEM" No ListingTag type "ROOF TYPE" No ListingTag type "VIEW TYPE" No ListingTag type "EXTERIOR TYPE" No ListingTag type "ARCHITECTURE STYLE" No Wall OtherCooling System should be oneof the following: None Central Evaporative Geothermal Wall Solar OtherRoof type should be one ofthe following: Asphalt BuiltUp Composition Metal ShakeShingle Slate Tile OtherView Type should be one ofthe following: None City Mountain Park Territorial WaterExterior Type should be oneof the following: Brick CementConcrete Composition Metal Shingle Stone Stucco Vinyl Wood WoodProducts OtherArchitecture Style should beone of the following: Bungalow CapeCod Colonial Contemporary Craftsman25

[RENTAL LISTINGS FEED GUIDE ]26 ListingTag type "LAUNDRY" NoFrenchGeorgianLoftModernQueenAnneVictorian RanchRambler SantaFePuebloStyle Spanish Split-level Tudor OtherLaundry should be one of thefollowing: IN UNIT SHARED /ListingTag ListingPermission NoE-mail addressemail address of HotPads useraccount that you wish to haveaccess to the listing. ListingPhoto source "URL" !-- Limit URL to 255 characters -- !-- optional. Can include multiple. First photo is put on main information screen -- label NoStringLimit label to 30 characters.No markup caption NoStringLimit label to 60 characters.No markup /ListingPhoto Model id "oak" type "floorplan" searchable "true" pricingType "FLAT" !-- repeatable -- or Model id "1a" type "unit" parentModelId "oak" searchable "true" pricingType "FLAT" !-- repeatable -- Model type must be "floorplan" or "unit"parentModelId is applicable only if type is unit, specify the Model Id of the parent floor planSearchable must be a boolean value, true or falsePricing Type must be one of the following: FLAT RANGE NEGOTIABLE CALL FROM TO LIVE unitNumber NoString unitFloorNumber NoString lowPrice YesNumberApplicable for Model type "unit"Example: S706, 40A, 40B, 40CApplicable for Model type "unit"Example: 6, 6th floor, Floor 6At least one of the lowPrice orhighPrice value is required.

[RENTAL LISTINGS FEED GUIDE ] highPrice YesNumber priceFrequency No HOA-Fee NoPrice Frequency must be oneof the following: ONCE MONTH WEEK DAYNumber deposit NoNumber name NoString numBedrooms YesNumber numFullBaths YesNumber numHalfBaths YesNumber squareFeet NoNumber dateAvailable NoFormat: YYYY-MM-DD description NoString27At least one of the lowPrice orhighPrice value is required. ModelLayout source "URL" !-- Limit URL to 255 characters -- label NoLimit label to 30 characters.No markup caption NoLimit label to 60 characters.No markup /ModelLayout !-- ModelTags are optional, repeatable. All allowed ModelTag types listed below -- Examples: ModelTag type "AMENITY" tag Private Elevator /tag /ModelTag ModelTag type "AMENITY" tag Private Elevator /tag /ModelTag ModelTag type "RENT INCLUDES" tag Electricity /tag /ModelTag ModelTagIf you have any additionalNoStringtype "AMENITY" amenities, feel free to add them. Dishwasher Washer Dryer Freezer GarbageDisposal Microwave RangeOven Refrigerator TrashCompactor Fireplace CeilingFan DoublePaneWindows Handrails LargeClosets MotherInLawUnit

[RENTAL LISTINGS FEED GUIDE ] Coverings ModelTag type "AMENITY SELECT" ModelTag type "RENT INCLUDES" No ModelTag type "AVAILABILITY URL" NoString String ModelTag type "MONTHLY FEES" ModelTag type "TAXES" NoStringNoString ModelTag type "DEPOSIT" ModelTag type "APPLICATION FEE" ModelTag type "AVAILABILITY DATE" ModelTag type UNIT LEVEL MODEL" /ModelTag NoStringNoStringNoFormat: YYYY-MM-DDNoStringNo28Specify amenities available only inselect eSatTvA/CHotWater ModelPhoto source "URL" !-- Limit URL to 255 characters -- !-- o

The technical specification for HotPads Listings Feed format is intended to help you create an automated feed that will submit the listings onto the Zillow Rental Network. N OTE: For Rental listings, we recommend using the HotPads feed format. Please submit the rental listings to rentalfeeds@zillow.com. See FAQ for supported feed formats.

Related Documents:

4. Interior Construction 2 140 DIRECTORY LISTINGS 1. General 1 2. Listings Provided Without Additional Charge 1 3. Primary Listings 2 4. Extra Listings 2 5. Initial Service Period for Chargeable Extra Listings 3 6. Rates for Extra Listings 4 7. Charge for Information Service (Directory Assistance) 4 150 PUBLIC TELEPHONE SERVICE 1. General 1 2.

on to their units; rental or sale transactions occur outside of MLS—includes pocket listings, for-sale-by-owner, online rental sites, and/or referrals; or listing descriptions do not match ADU key-phrases. 0 0 2 1.0 0.5 1.5 2.0 4 2.5 6 3.0 8 3.5 10 4.0 14 12 4.5 12 MONTH SUM OF ADU LISTINGS (THOUSANDS) SHARE OF ADU LISTINGS TO TOTAL LISTINGS (%)

RENTAL PROPERTIES 2015 ato.gov.au 3 Rental properties 2015 will help you, as an owner of rental property in Australia, determine: n which rental income is assessable for tax purposes n see which expenses are allowable deductions n which records you need to keep n what you need to know when you sell your rental property. Many, but not all, of the expenses associated with rental

last minute cruise deals -58.50% Car Rental Queries WoW Change car rental -43.80% rental cars -46.30% car rentals -40.60% cheap car rentals -48.00% car rentals cheapest rates -52.20% rent a car- 40.30% cheap rental cars -45.60% rental car -41.80% car rental deals -49.30% rental cars lowest price -53.90% Flight Queries WoW Change cheap flights .

RENTAL PROPERTIES 2021 ato.gov.au 3 Rental properties 2021 will help you, as an owner of rental property in Australia, determine: n which rental income is assessable for tax purposes n which expenses are allowable deductions n which records you need to keep n what you need to know when you sell your rental property. Many, but not all, of the expenses associated with rental

RENTAL PROPERTIES 2017 ato.gov.au 3 Rental properties 2017 will help you, as an owner of rental property in Australia, determine: n which rental income is assessable for tax purposes n which expenses are allowable deductions n which records you need to keep n what you need to know when you sell your rental property. Many, but not all, of the expenses associated with rental

Rental Market Dynamics Rental households are getting larger, and owner occupancy is declining Fort Collins Rental and Occupancy Study 11 Over the past ten years, the size of rental households has increased notably from an average of 2.11 people people are living in rental units solely due to this increase. The result is that rental properties .

Black holes For almost all objects (e.g. the Earth, Sun), O P Qlies inside the surface, so these effects never apply (N.B. the Schwarzschild metric describes empty spaceoutside the object) An object whose size is less than its Schwarzschild radius is called a black hole–and they exist in astrophysics!! e.g. (1) a black hole is produced at the end of a star’s life, when nuclear fusion .