Documentation
Complete guides, API references, and tutorials to help you get the most out of LeadsRanc.
API Authentication
Search Parameters
Rate Limits
Error Codes
Quick start guide and basic concepts
Complete API documentation and examples
Connect with your existing tools
Data handling and security practices
Power user features and customization
Managing users and permissions
Base URL
https://api.leadsranc.com/v1
Authentication
All API requests require authentication using your API key. Include it in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Rate Limits
API requests are limited to 1000 requests per hour for standard plans. Higher limits are available for premium plans.
Response Format
All API responses are returned in JSON format with appropriate HTTP status codes.
1. Get Your API Key
Log into your LeadsRanc account and navigate to Settings → API Keys to generate your API key.
2. Make Your First Request
Search for companies using our search endpoint:
GET /api/v1/leads/company/?query=technology&location=ghana
3. Handle the Response
The API will return a JSON response with company data, pagination info, and metadata.
Need Help?
Can't find what you're looking for? Our developer support team is here to help.