Premiers pas

Authentification

Chaque requête /v1 est authentifiée par une clé API. L'API n'accepte jamais de session du tableau de bord — un cookie de navigateur ne peut pas la piloter.

Create a key

Create and manage API keys in the dashboard under Settings → Developers. The full key is shown only once, at creation — store it somewhere safe. Keys are prefixed with mapleads_.

Send the key

Pass it as a bearer token on every request:

Request header
Authorization: Bearer mapleads_xxx

Or, equivalently, in an x-api-key header:

Alternative
x-api-key: mapleads_xxx

Scopes

A key can be restricted to a set of scopes; a scoped key may only perform those actions (omit scopes to leave it unrestricted). A request missing a required scope returns 403 insufficient_scope.

FieldTypeDescription
readscopeRead scrape jobs and leads, and export results.
webhooksscopeManage webhook endpoints.

Commencez à extraire des leads dès aujourd'hui

Lancez votre première recherche en moins d'une minute. Exportez les résultats en CSV, Excel ou JSON.