Search for individual contacts and their information
Lusha API (2.0.0)
Lusha provides a RESTful API that allows you to query a comprehensive dataset of business profiles and company information.
To use the Lusha API, you'll need an API key. Include it in the api_key header with each request.
Download OpenAPI description
Overview
URL
Lusha Support
License
Languages
Servers
Mock server
https://docs.lusha.com/_mock/apis/index2/
Production server
https://api.lusha.com/
Staging server
https://api-staging.lusha.com/
- Mock serverhttps://docs.lusha.com/_mock/apis/index2/account/usage
- Production serverhttps://api.lusha.com/account/usage
- Staging serverhttps://api-staging.lusha.com/account/usage
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.lusha.com/_mock/apis/index2/account/usage \
-H 'X-RateLimit-Limit: 5' \
-H 'api_key: YOUR_API_KEY_HERE'Response
application/json
{ "usage": { "used": 150, "total": 1000, "remaining": 850 } }