Documentation
¶
Overview ¶
Package realestatecomau scrapes real estate information from realestate.com.au.
Index ¶
Constants ¶
View Source
const ( // RealEstateComAuURL is the base URL for the website. RealEstateComAuURL = "http://www.realestate.com.au" // RealEstateComAuBuyURL is the URL used to view purchasable real estate. RealEstateComAuBuyURL = RealEstateComAuURL + "/buy/in-%s/list-1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
Address string
PriceText string
SaleType string
PropertyType string
Bedrooms int
Bathrooms int
CarSpaces int
Link string
FloorPlans []Image
Photos []Image
Inspections []Inspection
}
Info is the structure containing scraped information.
func (*Info) GetInspections ¶
GetInspections scrapes inspection details.
type Inspection ¶
Inspection is a structure storing the inspection times for properties.
Click to show internal directories.
Click to hide internal directories.