Quickstart#
Introduction#
The Business Web Service is a dynamic REST-based web service, tailored for selecting, retrieving counts, and acquiring precision-targeted business mailing lists instantly, round the clock. It serves as a versatile resource, accessible to mailers for exclusive in-house utilization or as a convenient portal for your customers, facilitating their list selection process. You have the flexibility to craft a customized website to align with your unique requirements, as well as cater to the preferences of your valued clientele
LeadGen Business can be used to:
Select
Get Counts
Purchase Targeted Business Mailing Lists
Do any of the above in real-time, anytime
System Requirements#
SSL/TLS 1.2+
Getting Started - What Can I Do?#
There are multile endpoints you can access for LeadGen: Occupant. These endpoints are all formatted like:
http://list.melissadata.net/V1/Business/rest/Service.svc/{{action}}/{{format}}/{{geographicType}}
Where action is either get
or buy
, format is json
or xml
, and geographicType is one geographic type selected from one of these supported types: Geographic Types
Endpoint#
Click here to go to the full endpoint documentation.
Try it Now#
curl -X GET "http://list.melissadata.net/v1/Business/rest/Service.svc/get/zip?\
&id={{customer@domain.com}}\
&zip=92688\
&sale-d=2" \
-H "Content-Type: application/xml" \
-H "Accept: application/xml"
curl -X GET "https://list.melissadata.net/v1/Business/rest/Service.svc/get/zip?\
&id={{customer@domain.com}}\
&zip=92688\
&sale-d=2\
&file=7" \
-H "Content-Type: application/xml" \
-H "Accept: application/xml"
Download#
Use the HTTPS link to download the purchased list.
Try it Now#
curl -L -O {{downloadLink}}
Sample Code#
Language |
Repository |
---|---|
Postman Collection |