Socket
Socket
Sign inDemoInstall

@datafire/interzoid_getcompanymatch

Package Overview
Dependencies
238
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @datafire/interzoid_getcompanymatch

DataFire integration for Interzoid Get Company Name Match Similarity Key API


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@datafire/interzoid_getcompanymatch

Client library for Interzoid Get Company Name Match Similarity Key API

Installation and Usage

npm install --save @datafire/interzoid_getcompanymatch
let interzoid_getcompanymatch = require('@datafire/interzoid_getcompanymatch').create();

.then(data => {
  console.log(data);
});

Description

This API provides a similarity key used to match with other similar company name data, including for purposes of deduplication, fuzzy matching, or merging of datasets. A much higher match rate will be achieved by matching on the algorithmically generated similarity key rather than the data itself.

Actions

getcompanymatch

Gets a similarity key for matching purposes for company name data

interzoid_getcompanymatch.getcompanymatch({
  "license": "",
  "company": ""
}, context)
Input
  • input object
    • license required string: Your Interzoid license API key. Register at www.interzoid.com/register
    • company required string: Company name from which to generate similarity key
Output
  • output object
    • Code string
    • Credits string
    • Simkey string

Definitions

This integration has no definitions

FAQs

Last updated on 21 Dec 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc