Home / API
Integrate LastDatabase with your applications and internal workflows. Search supported email, phone and fax lead data using country, city, industry and keyword filters through a REST-style JSON API.
The lead search endpoint provides programmatic access to supported LastDatabase datasets for applications, integrations and internal business-data workflows.
Search supported email lead records using available geographic, industry and keyword filters.
Request supported phone lead records using the same current search endpoint and applicable filters.
Access supported fax lead records by setting the API lead type to fax.
Narrow searches using country or city values where matching records are available.
Search the industry field to narrow results toward a relevant business sector.
Keyword searches currently evaluate country, city, industry and company-name fields.
The current LastDatabase lead API uses one GET search endpoint. Authenticate each request using your active API key.
Endpoint
Authentication
Example cURL Request
These parameters reflect the filters currently supported by the public lead-search controller.
| Parameter | Required? | Purpose | Example |
|---|---|---|---|
type |
Optional |
Select email, phone or
fax. Defaults to email.
|
email |
country |
Optional | Filter records by country. | usa |
city |
Optional | Filter records by city. | chicago |
industry |
Optional | Filter records by industry. | healthcare |
keyword |
Optional | Search country, city, industry or company name. | software |
limit |
Optional | Number of returned records. Defaults to 25 and is capped at 100. | 10 |
Successful searches return the request status, resolved lead type, number of returned records and a data array. Fields inside each record depend on the selected lead type and available source record.
Register and verify your LastDatabase customer account.
Select an available API plan based on your daily request and key requirements.
Create an API key from your customer API management area.
Add the key as a Bearer token and call the lead search endpoint.
Choose an API plan based on your expected daily request volume and number of active API keys.
Business information can change over time. API access does not make business contact information permanently accurate or guarantee email deliverability.
Learn about the processes used to improve consistency and
usability across supported datasets.
Read Data Quality →
Review how LastDatabase describes its data-processing,
maintenance and evaluation approach.
Read Methodology →
Customers remain responsible for determining the laws,
consent requirements and communications rules applicable
to their own activities.
Compliance Information →
Common questions about LastDatabase API access, authentication, filters, plans and limits.
Create an account, choose an API plan and generate an API key to begin using the supported lead-search endpoint.
Create Account