Skip to content

Latest commit

 

History

History

byautomata

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@datafire/byautomata

Client library for Automata Market Intelligence API

Installation and Usage

npm install --save @datafire/byautomata
let byautomata = require('@datafire/byautomata').create({
  api_key: ""
});

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

Description

This document provides the documentation for the Market Intelligence API by Automata. Get your API Key at https://apis.byautomata.io and check out our Postman Collection.

The root API endpoint is https://api.byautomata.io. Please refer to the code samples for examples of how to call the Market Intelligence API. The ContentPro endpoints (/contentpro-search and /contentpro-similar-text) are not included in the standard Market Intelligence API plans. Please contact [email protected] for access.

Actions

contentpro_search.get

Send search terms to receive the most relevant articles and companies.

byautomata.contentpro_search.get({
  "terms": ""
}, context)

Input

Output

contentpro_similar_text.post

The /contentpro-similar-text endpoint accepts and arbitrary piece of text and returns similar articles and blogs written by companies.

byautomata.contentpro_similar_text.post({
  "body": {
    "text": ""
  }
}, context)

Input

  • input object
    • body required object
      • text required string: Any piece of text

Output

search.get

Send search terms to receive the most relevant companies along with text snippets.

byautomata.search.get({
  "terms": ""
}, context)

Input

Output

  • output object
    • calls_per_month string
    • companies array
    • count_remaining string
    • renewal_date string

similar.get

Send a company website to receive a list of companies related to them.

byautomata.similar.get({
  "link": ""
}, context)

Input

Output

  • output object
    • calls_per_month string
    • companies array
    • count_remaining string
    • input_company InputCompany
    • renewal_date string

Definitions

Article

  • Article object
    • link string
    • pubdate string
    • title string

ContentProCompany

  • ContentProCompany object
    • companyName string
    • description string
    • employee string
    • industry string
    • linkedin string
    • twitter string
    • website string

ContentProSnippets

  • ContentProSnippets object
    • description array
      • items string
    • text array
      • items string
    • title array
      • items string

InputCompany

  • InputCompany object
    • companyName string
    • country string
    • employee string
    • industry string
    • linkedin string
    • twitter string
    • website string

SimilarCompany

  • SimilarCompany object
    • companyName string
    • description string
    • employee string
    • industry string
    • linkedin string
    • title string
    • twitter string
    • website string

SimilarCompanySearch

  • SimilarCompanySearch object
    • companyName string
    • description string
    • employee string
    • industry string
    • linkedin string
    • snippets array
    • title string
    • twitter string
    • website string

Snippet

  • Snippet object
    • description array
      • items string
    • text array
      • items string
    • title array
      • items string