# Consumer Two

Use Consumer Two endpoints to retrieve lists of consumers with additional filters.

## Get total record count of consumers

 - [POST /ConsumerTwo/doCount](https://developer.melissa.com/apis/data-retriever/consumer-two/docountconsumertwo.md): This endpoint gets the total record count returned using the required and optional properties passed in. This endpoint does not count against the package usage.

## Get a paginated result view of consumers

 - [POST /ConsumerTwo/doLookup](https://developer.melissa.com/apis/data-retriever/consumer-two/dolookupconsumertwo.md): This endpoint returns a paginated result view of the request. This can sometimes take awhile and should be used after DoCount has been used to filter down your dataset.

## Get record count and sample of consumers

 - [POST /ConsumerTwo/getCount](https://developer.melissa.com/apis/data-retriever/consumer-two/getcountconsumertwo.md): This endpoint allows API users to retrieve a count and 10 record sample of the results to preview before purchasing a file version of the full dataset.

