{"id":20635834,"url":"https://github.com/orsinium-labs/huispedia","last_synced_at":"2025-04-15T21:25:55.172Z","repository":{"id":49756503,"uuid":"373059361","full_name":"orsinium-labs/huispedia","owner":"orsinium-labs","description":"Python library to get information about houses from huispedia.nl","archived":false,"fork":false,"pushed_at":"2021-06-02T06:13:32.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T15:42:33.905Z","etag":null,"topics":["api","appartments","houses","huispedia","netherlands","nl","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/orsinium-labs.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":"2021-06-02T06:13:15.000Z","updated_at":"2023-10-03T17:57:35.000Z","dependencies_parsed_at":"2022-09-07T12:10:54.230Z","dependency_job_id":null,"html_url":"https://github.com/orsinium-labs/huispedia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fhuispedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fhuispedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fhuispedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fhuispedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orsinium-labs","download_url":"https://codeload.github.com/orsinium-labs/huispedia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249155843,"owners_count":21221669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["api","appartments","houses","huispedia","netherlands","nl","python"],"created_at":"2024-11-16T15:07:42.236Z","updated_at":"2025-04-15T21:25:55.150Z","avatar_url":"https://github.com/orsinium-labs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# huispedia\n\nPython library to get information about houses from [huispedia.nl](https://huispedia.nl/).\n\n**DISCLAIMER**: this is not an official API and doesn't use one. The script is provided as is (see the LICENSE) and for personal usage only. Please, contact the huispedia team (Huispedia BV) if you need a stable API for extensive or commercial usage.\n\n## Installation\n\n```bash\npython3 -m pip install huispedia\n```\n\n## Usage\n\n```python\nimport huispedia\nhouses = huispedia.get_houses(price_max=295000, con_year_min=1970)\nprint(houses[0])\n```\n\nOutput example (anonymized, just in case):\n\n```python\n{\n 'id': '...',\n 'street': 'Examplestraat',\n 'street_slug': 'examplestraat',\n 'hnum': '13',\n 'hchar': 'A',\n 'city_name': 'Example',\n 'city_slug': 'example',\n 'postcode': '1234AB',\n 'woonoppervlakte': '13',\n 'perceeloppervlakte': '13',\n 'aantal_kamers': '4',\n 'bouwjaar': '1984',\n 'object_type': 'woonhuis',\n 'img_src': 'example.jpg',\n 'status': 'TE KOOP',\n 'status_updated_at': '12345678',\n 'status_updated_by': 'REALTOR',\n 'price_sale': '265000',\n 'price_rent': '0',\n 'price_search': '265000',\n 'price_min_bid': '0',\n 'price_aot_indication': '0',\n 'price_m2': '1234',\n 'price_valuation': '265000',\n 'lat': '52.485558',\n 'lon': '4.658634',\n 'user_id': '0',\n 'user_firstname': '',\n 'office_name': 'Example Makelaar',\n 'user_picture': '',\n 'office_id': '123',\n 'office_logo': 'id_123.png',\n 'show_user_info': '1',\n 'available_on_term_at': '0',\n 'open_house_date': '0',\n 'counts_images': '42',\n 'counts_images360': '0',\n 'counts_floorplans': '3',\n 'counts_videos': '0',\n 'inside': '1',\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsinium-labs%2Fhuispedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forsinium-labs%2Fhuispedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsinium-labs%2Fhuispedia/lists"}