We've rolled out an update to the Knowledge Graph. Entity identifiers are now preceded by an ‘E’ for each entity regardless of the entity type. Previously, Diffbot Ids were preceded by a letter representing the entity type, i.e. ‘P’ for Person, ‘O’ for Organization, ‘C’ for Corporation, etc. The new format enables us to extend and scale the Diffbot Knowledge Graph to a wider and richer spectrum of entity types over time. Please note: all KG queries will continue to work as before. You do not need to modify the way you search the graph. Below is an example of the new entity id format you will see in results:
quarterlyRevenues and yearlyRevenues with integer are now live:
the field yearlyRevenues.year (previously a String such as “2019”) is transformed into an Integer representing the year (2019)
the field quarterlyRevenues.quarter (previously a String such as “Q1-2019") is split into: quarterlyRevenues.quarter which is an Integer representing the quarter (1) and quarterlyRevenues.year which is an Integer representing the year (2019)
Enhance V3 - we added an option to configure the number of matches/outputs returned per input, e.g. org name + homepage as input: specify return 1 match or 3 matches.
Enhance V3 - we added an option to configure the acceptable match threshold. You can now specify a minimum threshold for the inclusion of an entity match/output.
View a Diffbot entity regardless of the Excel Add-in status.
Saved Searches - you can now save and load DQL queries from the Add-In. These queries are synchronized with the Diffbot Dashboard.
Bulkjob response format changed to jsonl from json (Content-Type: application/json-lines). Each enhanced record is on a separate line in the response. This, coupled with the head parameter enables clients to scale up more fluidly for large bulkjobs.
The API spec is available at docs.diffbot.com
Bulkjob retention
Bulkjob retention period has been increased from 7 days to 30 days.
Deprecation of API versions v1 and v2
API versions v1 and v2 are now deprecated and will be removed in future versions of the product. Please plan to migrate.
Bulkjob response format changed to jsonl from json (Content-Type: application/json-lines). Each enhanced record is on a separate line in the response. This, coupled with the head parameter enables clients to scale up more fluidly for large bulkjobs.
The API spec is available at docs.diffbot.com
Bulkjob retention
Bulkjob retention period has been increased from 7 days to 30 days.
Deprecation of API versions v1 and v2
API versions v1 and v2 are now deprecated and will be removed in future versions of the product. Please plan to migrate.
We've improved mapping to NAICS (93% industries covered) classifications for Org entities and updated our industries categories structure and label set.
Main updates (267 industries):
Added Retailers as main industry sector (+30 sub-industries)
Grouped the new industries categories list by major industry groups
Differentiated some specific cases.
Jewelry Companies --> (1) Jewelry Manufacturers, (2) Jewelry Retailers
Toy Companies --> (1) Toy Manufacturers, (2) Toy And Video Game Retailers
Vehicle Parts --> (1) Vehicle Parts Manufacturers, (2) Automotive Part Retailers
...
Motor Vehicle Manufacturers --> (1) Motor Vehicle Manufacturers, (2) Vehicle Retailers And Dealership
Sporting Goods Manufacturers --> (1) Sporting Goods Manufacturers, (2) Sporting Goods Retailers
...
The Diffbot AccountAPI returns the usage for the supplied token, and a list of child tokens. However, it previously did not return a usage array for each child token. We added support for a parameter, childUsage, that will return the usage of the child tokens.