Quickstart#

Introduction#

Welcome to the LeadGen Property Melissa Web Service.

The Web Service can:

  • Get count, purchase property, and owner contact info.

  • Available to mailers for private use, in-house use, or as a portal for your customers to use to make their list selections.

  • You can custom-design a website to meet your own needs, as well as those of your customers.

System Requirements#

  • SSL/TLS 1.2+

Getting Started - What Can I Do?#

There are multile endpoints you can access for LeadGen: Property. These endpoints are all formatted like:

http://list.melissadata.net/v2/Property/{{action}}_{{geographicType}}

Where action is either count or buy and geographicType is one geographic type selected from one of these supported types: Geographic Types

Endpoint#

/v2/Property

Click here to go to the full endpoint documentation.

Try it Now#

  • GET JSON
  • GET XML
  • BUY JSON
  • BUY XML
curl -X GET "http://list.melissadata.net/v2/Property/count_zip\
?id=customer@domain.com&zip=92688&propertype=10-11-22&bedrooms=2-4&occu=3&xml=false" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
curl -X GET "http://list.melissadata.net/v2/Property/count_zip\
?id=customer@domain.com&zip=92688&propertype=10-11-22&bedrooms=2-4&occu=3&xml=true" \
-H "Content-Type: application/xml" \
-H "Accept: application/xml"
curl -X GET "http://list.melissadata.net/v2/Property/buy_zip\
?id=customer@domain.com&zip=92688&propertype=10-11-22&bedrooms=2-4&occu=3&xml=false" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
curl -X GET "http://list.melissadata.net/v2/Property/buy_zip\
?id=customer@domain.com&zip=92688&propertype=10-11-22&bedrooms=2-4&occu=3&xml=true" \
-H "Content-Type: application/xml" \
-H "Accept: application/xml"

Download#

This call downloads the file that was output by the Purchase Endpoint

Try it Now#

curl -L -O {{downloadLink}}

Sample Code#

Language

Repository

Postman Collection

melissa_favicon MelissaData/LeadgenProperty-Postman