Atoka API User Reference
Companies package "Entities"
The entities are automatically extracted from various company-related sources and documents such as company websites, social accounts, statements of incorporations, etc. Entities are represented via a human readable "label" and by a wikipedia URL, which can be used to retrieve more information (including translations into other languages) via Wikidata or DBpedia
In atoka they are displayed in the company details page under the property "Keywords" (or "Parole Chiave" in Italian version).
You can use the Entities service to find possible values for this parameter.
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 |
---|---|---|---|---|---|---|
de[] | list of key German entities items, where each item provides information on the name of the entity and the unique Wikipedia/DBpedia URI representing this entity | - | - | |||
de[].name | the name of the entity | "string" | - | |||
de[].score | how likely is the entity associated to this company | float | - | |||
de[].uri | the unique Wikipedia/DBpedia URI representing this entity | "string" | entities | |||
en[] | list of key English entities items, where each item provides information on the name of the entity and the unique Wikipedia/DBpedia URI representing this entity | - | - | |||
en[].name | the name of the entity | "string" | - | |||
en[].score | how likely is the entity associated to this company | float | - | |||
en[].uri | the unique Wikipedia/DBpedia URI representing this entity | "string" | entities | |||
es[] | list of key Spanish entities items, where each item provides information on the name of the entity and the unique Wikipedia/DBpedia URI representing this entity | - | - | |||
es[].name | the name of the entity | "string" | - | |||
es[].score | how likely is the entity associated to this company | float | - | |||
es[].uri | the unique Wikipedia/DBpedia URI representing this entity | "string" | entities | |||
fr[] | list of key French entities items, where each item provides information on the name of the entity and the unique Wikipedia/DBpedia URI representing this entity | - | - | |||
fr[].name | the name of the entity | "string" | - | |||
fr[].score | how likely is the entity associated to this company | float | - | |||
fr[].uri | the unique Wikipedia/DBpedia URI representing this entity | "string" | entities | |||
it[] | list of key Italian entities items, where each item provides information on the name of the entity and the unique Wikipedia/DBpedia URI representing this entity | - | - | |||
it[].name | the name of the entity | "string" | - | |||
it[].score | how likely is the entity associated to this company | float | - | |||
it[].uri | the unique Wikipedia/DBpedia URI representing this entity | "string" | entities | |||
pt[] | list of key Portuguese entities items, where each item provides information on the name of the entity and the unique Wikipedia/DBpedia URI representing this entity | - | - | |||
pt[].name | the name of the entity | "string" | - | |||
pt[].score | how likely is the entity associated to this company | float | - | |||
pt[].uri | the unique Wikipedia/DBpedia URI representing this entity | "string" | entities |
Example JSON fragment for package
{"it": [{"name": "Meccatronica", "uri": "foo", "score": 65 },...],"en": [{"name": "Meccatronica", "uri": "foo", "score": 65 },...],"de": [{"name": "Meccatronica", "uri": "foo", "score": 65 },...],"fr": [{"name": "Meccatronica", "uri": "foo", "score": 65 },...],"pt": [{"name": "Meccatronica", "uri": "foo", "score": 65 },...],"es": [{"name": "Meccatronica", "uri": "foo", "score": 65 },...]}