{"id":22558748,"url":"https://github.com/mithereal/ex_zillow","last_synced_at":"2026-06-08T14:32:10.491Z","repository":{"id":143659972,"uuid":"102667138","full_name":"mithereal/ex_zillow","owner":"mithereal","description":"a zillow elixir module","archived":false,"fork":false,"pushed_at":"2021-09-14T00:24:06.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-15T17:33:46.747Z","etag":null,"topics":["elixir","zillow","zillow-elixir"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/mithereal.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"mithereal"}},"created_at":"2017-09-06T23:16:36.000Z","updated_at":"2023-07-25T14:11:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"f36eab11-ee3b-4301-b52c-5a9e5be711f4","html_url":"https://github.com/mithereal/ex_zillow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mithereal/ex_zillow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mithereal%2Fex_zillow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mithereal%2Fex_zillow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mithereal%2Fex_zillow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mithereal%2Fex_zillow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mithereal","download_url":"https://codeload.github.com/mithereal/ex_zillow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mithereal%2Fex_zillow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34067348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["elixir","zillow","zillow-elixir"],"created_at":"2024-12-07T20:16:52.503Z","updated_at":"2026-06-08T14:32:10.486Z","avatar_url":"https://github.com/mithereal.png","language":"Elixir","funding_links":["https://github.com/sponsors/mithereal"],"categories":[],"sub_categories":[],"readme":"# Zillow\n\n[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/zillow/)\n[![Hex.pm](https://img.shields.io/hexpm/dt/zillow.svg)](https://hex.pm/packages/zillow)\n[![License](https://img.shields.io/hexpm/l/zillow.svg)](https://github.com/mithereal/ex_zillow/blob/master/LICENSE)\n[![Last Updated](https://img.shields.io/github/last-commit/mithereal/ex_zillow.svg)](https://github.com/mithereal/ex_zillow/commits/master)\n\n** This will fetch Information From Zillow about a given address **\n\n## Installation\n\n[available in Hex](https://hex.pm/packages/zillow), the package can be installed by adding `zillow` to your list of\ndependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:zillow, \"~\u003e 2.1.0\"}]\nend\n```\n\n## Config\n\n```elixir\nconfig :zillow, api_key: \"zillow-key\"\n```\n\n## Usage\n\n```elixir\niex \u003e address = \"4406 N 48th st\"\n\niex \u003e area = \"Phoenix, AZ 85008\"\n\niex \u003e address_record = %{address: address, area: area}\n\niex \u003e Zillow.fetch(address_record)\n%{error: 2, message: \"invalid zillow api key\"}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmithereal%2Fex_zillow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmithereal%2Fex_zillow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmithereal%2Fex_zillow/lists"}