Node.js | Libraries | API | MAC Address Vendor Lookup

Node.js MAC address client library Node.js MAC address client library

const ApiClient = require('@codelinefi/maclookup');
let client = new ApiClient('Your API key');

client.get('44:38:39:ff:ef:57', function (err, result) {
    if (err) {
        console.log(err);
    } else {
        console.log(result);
    }
});

client.getRawData('44:38:39:ff:ef:57', 'xml', function (err, result) {
    if (err) {
        console.log(err);
    } else {
        console.log(result);
    }
});

client.getVendor('44:38:39:ff:ef:57', function (err, result) {
    if (err) {
        console.log(err);
    } else {
        console.log(result);
    }
});

Trusted by the following companies

Flex.com webafrica.co.za wework.com guarddog.ai cybercns.com

and many more...

Download an exhaustive MAC Address Vendor Database for your educational, business or enterprise needs.

Our database comes in the following forms: JSON, CSV, XML, Cisco vendorMacs.xml for maximum compatibility and fast integration into existing systems. The API version is also available.

The data was just refreshed