2021 Changelog
December 2021
We've added the ability to search for lookalike companies with a similarity_score threshold. Give it a try:
type:Organization similarTo(type:Organization name:"Walmart" similarity_score>0.6)
October 2021
Today we've added The List API to the Diffbot API suite of extraction APIs. The List API automatically extracts data from any single web page that contains a primary list of items, such as news index pages, product listings pages, and search engine results pages. It is also embedded under the Diffbot Analyze API which will now attempt to identify and extract pages that match the criteria for a List page. Please refer to the List API documentation for more information.
August 2021
We've added the ability to query on look-alikes using two or more Diffbot Org IDs as inputs.
similarTo(id:or(id1, id2, ...)): e.g. 'Organizations similar to Target and Walmart'
type:Organization similarTo(id:or("ExADb18D6MAmunRrlVELe8A", "EOU1WEvHYN6K83Etm91H9fQ"))
June 2021
We have introduced a new model to predict revenue for private companies. Almost every company in the KG (over 243M) now has revenue either extracted from the web or estimated with this model.
Use the Knowledge Graph to find look-alikes:
type:Organization similarTo(type:Organization name:"Walmart")
May 2021
Try constraining to 'site' to match Articles in the KG:
type:Article site:"pbs.org"You may now search job postings in the KG: type:Job site:"nature.com".
We released Excel Add-In v1.9.9.0 which includes:
- Support for export of Person email address
- Performance optimizations and advanced error handling.
Click here to download and install: Diffbot Add-In (microsoft.com)
January 2021
You can now filter your Custom API rules with search.
We added a 'Graph view' to the Diffbot Knowledge Graph for Person and Organization profile data.
We've added a new Article API parameter that returns the word count for article text extracted as part of a Crawlbot or BulkAPI job:
&wordcount