Our REST API lets you query Quebec firmographic data: company search, detailed profiles, executives, and municipal/NAICS filters. Check the interactive documentation (Swagger UI) and download the OpenAPI spec.
# Base URL
https://api.firmo.ca/v1
# Authentication
X-API-Key: YOUR_API_KEY
Generate a key from your dashboard or request one from sales.
GET /companies?q=Free text search (name, NEQ)
GET /companies/{neq}Full company profile (NEQ/REQ)
GET /companies?municipalite=Montréal&naics=621Geo/industry filters
GET /companies/{neq}/documentsIndexed public documents
curl -H "X-API-Key: YOUR_KEY" \ "https://api.firmo.ca/v1/companies?municipalite=Quebec"
From your account or via an enterprise request.
Yes (/companies/{neq}/score) depending on your plan.