1.0.4 • Published 5 years ago

find-that-lead-api v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Unofficial FindThatLead API

Usage

import { FindThatLeadApi } from 'find-that-lead-api';

const ftl = FindThatLeadApi(username, password, token);
const result = await ftl.find(firstname, lastname, domain);

return result;

Where:

  • username: string (your findthatlead.com username)
  • password: string (your findthatlead.com username)
  • token: string (settings > YOUR USER ID)

Note: You have to have Chrome installed in order for this package to work on your machine