Skip to main content
Docs

Documentation

Everything you need to integrate CompanyLens into your application or AI agent.

Interactive API Reference

Full interactive docs with try-it support — enter your API key and make live requests directly from the browser.

New to the API? Quick start guide →

Authentication

All endpoints require an API key in the Authorization header:

Authorization: Bearer cl_live_your_api_key

Get an API key from your dashboard. The free tier includes 500 requests/month — no credit card required.

Base URL

https://api.companylens.io

Endpoints

Companies

Quick example

curl "https://api.companylens.io/v1/companies/search?q=apple&jurisdiction=GB&status=active" \
  -H "Authorization: Bearer cl_live_your_api_key"

Pagination

List endpoints accept page and pageSize query parameters (default 20, max 100). Responses include a meta object with total, page, and pageSize.

Rate limits

TierMonthly requestsDaily limit
Free50050
API Starter5,000Unlimited
API Pro25,000Unlimited
API Business100,000Unlimited

Requests that exceed your limit return 429 Too Many Requests. See pricing for full tier details.

For the full interactive reference with live request testing, open api.companylens.io/docs/swagger.