Crates.io | rightscrapex |
lib.rs | rightscrapex |
version | 0.4.1 |
source | src |
created_at | 2020-02-10 08:21:34.854324 |
updated_at | 2021-01-10 20:03:36.098287 |
description | Read rightmove property URLs from stdin, emit acceptable rightmove result URLs |
homepage | https://github.com/blakehawkins/rightscrapex |
repository | https://github.com/blakehawkins/rightscrapex |
max_upload_size | |
id | 206947 |
size | 29,356 |
Take rightmove.co.uk property URLs from stdin, emit scraped property details as json.
$ cargo run -- --floorplan --json < <(echo https://www.rightmove.co.uk/properties/100454543#/) 2>/dev/null | jq . -r
{
"url": "https://www.rightmove.co.uk/properties/100454543#/",
"summary": "Chilmington Green,\nAshford,\nKent,\nTN23 3DP",
"human_identifier": "4 bedroom detached house for sale in Chilmington Green,\r\nAshford,\r\nKent,\r\nTN23 3DP, TN23",
"price": "£625,000",
"floorplan_url": "https://www.rightmove.co.uk/properties/100454543#/floorplan?activePlan=1",
"location_image_url": "https://media.rightmove.co.uk/map/_generate?width=375&height=375&zoomLevel=15&latitude=51.12792&longitude=0.82873&signature=DkRafdTA0M7DxgCtvzGYYfVgIOE="
}