{"id":21332396,"url":"https://github.com/binlabs/jquery-md-property","last_synced_at":"2026-07-14T11:46:09.787Z","repository":{"id":203199084,"uuid":"47304849","full_name":"binlabs/jquery-md-property","owner":"binlabs","description":"An API wrapper for the Melissa Data Property Web service.","archived":false,"fork":false,"pushed_at":"2015-12-07T03:44:27.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T13:51:55.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-12-03T03:26:56.000Z","updated_at":"2017-05-22T08:03:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"d274bc4b-26eb-4667-bcb0-428fe3118e08","html_url":"https://github.com/binlabs/jquery-md-property","commit_stats":null,"previous_names":["binlabs/jquery-md-property"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binlabs%2Fjquery-md-property","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binlabs%2Fjquery-md-property/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binlabs%2Fjquery-md-property/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binlabs%2Fjquery-md-property/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binlabs","download_url":"https://codeload.github.com/binlabs/jquery-md-property/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809886,"owners_count":20351407,"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":[],"created_at":"2024-11-21T22:47:48.977Z","updated_at":"2025-10-26T16:13:05.195Z","avatar_url":"https://github.com/binlabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery Melissa Data Property\n\nThis is a work in progress, **do not use**.\n\nAn API wrapper for the [Melissa Data Property Web service](http://wiki.melissadata.com/index.php?title=Property), used to get information about individual homes. Normally you'd need to know either the Melissa Data AddressKey for a property, or the FIPS and APN for that property. In addition to making those two methods easy to use, this plugin gives you a third method, allowing you to query the Property Web service using just the property's address.\n\nIt works by making two requests: first, the [Melissa Data Personator Web service](http://wiki.melissadata.com/index.php?title=Personator) is queried in Check mode to get the verify the address and get the AddressKey. Then, the Property Web service is queried for you automatically using the AddressKey that was just retrieved.\n\nMelissa Data provides a basic example on their wiki that uses JavaScript to make requests to their Property Web service, but it uses ActiveX plugins for the AJAX requests, making it useless in all but the most insecure versions of Internet Explorer.\n\n## Requirements\n\nYou must have a [Melissa Data](http://www.melissadata.com/) account with a subscription to their [Property service](http://www.melissadata.com/lookups/property.asp). You'll need to know your User ID because it is used as the API key.\n\n## Usage\n\n1. Include jQuery:\n\n\t```html\n\t\u003cscript src=\"http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js\"\u003e\u003c/script\u003e\n\t```\n\n2. Include the plugin script:\n\n\t```html\n\t\u003cscript src=\"dist/jquery.md.property.min.js\"\u003e\u003c/script\u003e\n\t```\n\n3. Call the plugin and provide your options:\n\n\t```javascript\n\tvar xmlResults = $.mdPropertyService.lookup({\n\t\tuserId: \"123456789\", // Melissa Data User ID\n\t\taddressLine1: \"22382 Avenida Empresa\",\n\t\taddressCity: \"Rancho Santa Margarita\",\n\t\taddressState: \"CA\",\n\t\taddressZip: \"92688\"\n\t});\n\t```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinlabs%2Fjquery-md-property","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinlabs%2Fjquery-md-property","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinlabs%2Fjquery-md-property/lists"}