{"id":37193575,"url":"https://github.com/aporcupine/go-rightmove","last_synced_at":"2026-01-14T22:28:18.153Z","repository":{"id":57544502,"uuid":"296855707","full_name":"aporcupine/go-rightmove","owner":"aporcupine","description":"Implements a very basic scraper to read property details from RightMove.","archived":false,"fork":false,"pushed_at":"2020-09-19T19:07:16.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T16:50:08.316Z","etag":null,"topics":["golang","rightmove","scraper"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aporcupine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-19T11:41:25.000Z","updated_at":"2023-11-26T20:12:56.000Z","dependencies_parsed_at":"2022-08-27T05:13:18.721Z","dependency_job_id":null,"html_url":"https://github.com/aporcupine/go-rightmove","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aporcupine/go-rightmove","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aporcupine%2Fgo-rightmove","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aporcupine%2Fgo-rightmove/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aporcupine%2Fgo-rightmove/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aporcupine%2Fgo-rightmove/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aporcupine","download_url":"https://codeload.github.com/aporcupine/go-rightmove/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aporcupine%2Fgo-rightmove/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T21:32:52.117Z","status":"ssl_error","status_checked_at":"2026-01-14T21:32:33.442Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","rightmove","scraper"],"created_at":"2026-01-14T22:28:17.399Z","updated_at":"2026-01-14T22:28:18.144Z","avatar_url":"https://github.com/aporcupine.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-rightmove\n\nImplements a very basic scraper to read property details from RightMove.\n\nThis package extracts and unmarshals the JSON object that can be found at the bottom of a RightMove search page.\n\n## Usage\n\n1. Go to rightmove.co.uk and search for whatever type of properties you're interested in\n1. Add your required filters to the search\n1. Execute the search and copy the URL of the first results page (e.g. https://www.rightmove.co.uk/property-for-sale/find.html?searchType=SALE\u0026locationIdentifier=REGION%5E87490\u0026maxPrice=200000)\n1. Call the `GetPropertiesFromSearchURL` function with the search URL\n    ```golang\n      ctx := context.Background()\n      searchURL := \"https://www.rightmove.co.uk/property-for-sale/find.html?searchType=SALE\u0026locationIdentifier=REGION%5E87490\u0026maxPrice=200000\"\n      properties, err := rightmove.GetPropertiesFromSearchURL(ctx, searchURL)\n      if err != nil {\n        log.Fatalln(err)\n      }\n\n      fmt.Printf(\"Retrieved %d properties from RightMove\\n\", len(properties))\n      // Output: Retrieved 817 properties from RightMove\n    ```\n1. Process the resulting slice as necessary\n\n## Legal\n\nThis implementation is a proof of concept only. The RightMove 'terms of use' states that the use of \"scraping technology\" is unauthorized. Do not use this library.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faporcupine%2Fgo-rightmove","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faporcupine%2Fgo-rightmove","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faporcupine%2Fgo-rightmove/lists"}