Base de données B2B française : ~26 M sociétés (registre légal + LinkedIn + Google My Business) et ~4,4 M contacts (dirigeants légaux + profils LinkedIn). API REST sur https://api.basile.cc.
Ressources machine-readable (pour outils & assistants IA) :
Authentification : header Authorization avec la clé API brute (sans préfixe Bearer), Content-Type: application/json.
Authorization
Bearer
Content-Type: application/json
POST /people/find
{ filters, limit, paginationToken }
limit:1
total
POST /companies/find
establishmentsTotal
POST /people/export
POST /companies/export
mode
companies
locations
GET /companies/activity-suggest?q=
activity
GET /people/:id/full
GET /companies/:id/full
Filtre texte = { "include": [...], "exclude": [...] } (include = OR, exclude = NOT) ; plusieurs filtres = ET.
{ "include": [...], "exclude": [...] }