Atoka API User Reference

Companies package "Web"

API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!

Available fields
Description
Data
Used by filters
Facet
Match
Stats
allDescriptions[] Private field

list of descriptions of the company

- -
allDescriptions[].provenance[] Private field

provenance of the description

"string" -
allDescriptions[].source Private field

source of the description

"string" -
allDescriptions[].text Private field

description for this company

"string" -
allLogos[] Private field

list of logos related to a company

- -
allLogos[].provenance[] Private field

provenance of the logo

"string" -
allLogos[].source[] Private field

source of the logo

"string" -
allLogos[].url Private field

logo for this company

"string" -
description

description of the company

"string" -
feeds[]

RSS feeds related to this company

"string" feeds
history

history of the company (if any)

"string" -
keywords[]

keywords describing the company and its activities

These are the keywords self-declared by the website publisher in the HTML tag META keywords and description In atoka are displayed in the company details page under the property "Tag"

"string" -
languages[]

list of languages "spoken" on the web by the company; could be either on their websites, or on social networks or other online resources.

Languages are represented by their ISO 639-1 code (see https://en.wikipedia.org/wiki/ISO_639-1), optionally followed by the country code (as for zh-CN).

"string" -
logo

logo of the company

"string" -
slogan

the public motto of a company

"string" -
websites[]

list of websites related to a company

- -
websites[].active

is the website reachable or not?

true | false -
websites[].confidence

how likely is the website associated to this company

float -
websites[].provenance[] Private field

Provenance of the Website: it tells you which method was used to match the website to the company

"string" -
websites[].url

URL of the website

"string" websitesDomains
websitesContent[]

Pieces of relevant website content for results of full-text search with websitesContent param (with optional highlight of the match).

"string" websitesContent websitesContentMatch websitesContentTag tagStart tagEnd
wikipediaUri

the Wikipedia page of a company

"string" -
Example JSON fragment for package
{
"description": "foo",
"slogan": "foo",
"logo": "foo",
"allLogos": [
{
"url": "foo",
"source": [
"foo",
...
],
"provenance": [
"foo",
...
]
},
...
],
"allDescriptions": [
{
"text": "foo",
"source": "foo",
"provenance": [
"foo",
...
]
},
...
],
"history": "foo",
"wikipediaUri": "foo",
"feeds": [
"foo",
...
],
"keywords": [
"foo",
...
],
"websites": [
{
"confidence": 0.42,
"url": "foo",
"active": false,
"provenance": [
"foo",
...
]
},
...
],
"websitesContent": [
"foo",
...
],
"languages": [
"foo",
...
]
}