Use this endpoint to search for an individual or business name.
People Business Search
Search, verify and correct consumer and business data across millions of records through powerful People Business Search API.
People Business Search can be used to:
- Search for individuals and businesses across the US.
- Perform searches with partial/limited information on the address, name or company to correct records that would otherwise be unresolvable.
- Locate individuals for billing purposes, such as tracking down people who have skipped out on their bills.
- Validate policyholder addresses before issuing policies, to reduce the risk of fraud and errors.
- Find potential customers by targeting your marketing campaigns to specific locations.
- Retrieve contact phone information for an individual or business.
Documentation
Useful Resources
Product Page
Support Center
0-100. The weighted percentage of how close the query matches the returned record. Anything less than 80% is questionable.
This is a string value that serves as a unique identifier for this set of records. It is returned as sent.
The input field for the address. This should contain the delivery address information (house number, thoroughfare, building, suite, etc.)
State, Province. The most common geographic data element.
The suspected country of the input phone number as the official country name or the ISO2 code. Some territories will require a different ISO2 code than the one that is given to them.
ZIP, Postcode. The complete postal code for a particular delivery point.
Street Number. Alphanumeric indicator for the most common street or block data element.
Suite Number. The Sub premises alphanumeric indicator for the most common street or block data element.
Street Post Direction. The postfix directional for the most common street or block data element.
Street PreDirection. The prefix directional for the most common street or block data element.
Street Suffix. The trailing thoroughfare type indicator for the most common street or block data element.
Either an individual's name or a company name. It's better to use the Company Name or Full Name input fields if you know for sure.
The full name of an individual. Inverse name order is also accepted (Smith Tim vs. Tim Smith).
- Contact Search Serverhttps://search.melissadata.net/V5/WEB/contactsearch/docontactSearch
- curl
- C#
- Python
- Java
- JavaScript
- Node.js
- PHP
- Go
- Ruby
- R
- C#+Newtonsoft
- Java8+Apache
- Payload
curl -i -X GET \
'https://search.melissadata.net/V5/WEB/contactsearch/docontactSearch?id=REPLACE-WITH-YOUR-LICENSE-KEY&adminarea=CA&anyname=Melissa%2BData'{ "TransmissionReference": "Test", "Version": "7.1.6.1078", "ResultCode": "US01", "TotalRecords": "1", "Results": { "MatchLevel": "85.78", "Address": { … }, "Consumer": { … }, "Phone": { … } } }
The License Key issued by Melissa.
0-100. The weighted percentage of how close the query matches the returned record. Anything less than 80% is questionable.
This is a string value that serves as a unique identifier for this set of records. It is returned as sent.
The input field for the address. This should contain the delivery address information (house number, thoroughfare, building, suite, etc.)
The suspected country of the input phone number as the official country name or the ISO2 code. Some territories will require a different ISO2 code than the one that is given to them.
Street Number. Alphanumeric indicator for the most common street or block data element.
Suite Number. The Sub premises alphanumeric indicator for the most common street or block data element.
Street Post Direction. The postfix directional for the most common street or block data element.
Street PreDirection. The prefix directional for the most common street or block data element.
Street Suffix. The trailing thoroughfare type indicator for the most common street or block data element.
Either an individual's name or a company name. It's better to use the Company Name or Full Name input fields if you know for sure.
The full name of an individual. Inverse name order is also accepted (Smith Tim vs. Tim Smith).
- Contact Search Serverhttps://search.melissadata.net/V5/WEB/contactsearch/docontactSearch
- curl
- C#
- Python
- Java
- JavaScript
- Node.js
- PHP
- Go
- Ruby
- R
- C#+Newtonsoft
- Java8+Apache
- Payload
curl -i -X POST \
https://search.melissadata.net/V5/WEB/contactsearch/docontactSearch \
-H 'Content-Type: application/json' \
-d '{
"TransmissionReference": "Test",
"CustomerID": "REPLACE-WITH-YOUR-LICENSE-KEY",
"MaxRecords": "10",
"MatchLevel": "10",
"AddressLine1": "22382 Avenida Empresa",
"Locality": "RSM",
"AdministrativeArea": "CA",
"PostalCode": "92688",
"AnyName": "Melissa Data"
}'{ "TransmissionReference": "Test", "Version": "7.1.6.1078", "ResultCode": "US01", "TotalRecords": "1", "Results": { "MatchLevel": "85.78", "Address": { … }, "Consumer": { … }, "Phone": { … } } }