openHours
by Kris NegulescuWe've begun to populate open hours for local businesses in the Knowledge Graph. Try searching for hospitality companies in the United States with openHours
We've begun to populate open hours for local businesses in the Knowledge Graph. Try searching for hospitality companies in the United States with openHours
Job API docs:
https://docs.diffbot.com/reference/job
We've updated Diffbot's Privacy Policy.
Effective Date: April 10, 2023
We care deeply about your privacy. Recently, we discontinued all advertising, cookie, and web beacon-based tracking on www.diffbot.com. Instead, we use Plausible Analytics for Visitor analytics and website reporting. Please note: Trial Users & Subscribers who create an account with Diffbot are still required to accept cookies to use the Diffbot Dashboard or Leadgraph web applications.
While we've discontinued advertising, we do plan to continue to send the occasional marketing newsletter to update you on recent product launches and programs. Want to change how you receive these emails? You can update your preferences or unsubscribe from the list by contacting us at [email protected] or by clicking the 'unsubscribe' link in the footer of the newsletter.
Major additions to the Diffbot Privacy Policy include:
These additions expand the protections and rights of Users under the California Privacy Rights Act, Cal. Civ. Code §§ 1798.100 et seq. (“CPRA”), EU Data Protection Laws, other laws of the European Union or any Member State thereof, the UK GDPR, and the laws of any other country or state to which you may be subject.
Major edits made to and removals from the policy and additional terms include:
We pushed several breaking changes to Article data, Job Posts, Discussion Threads, and Product Offers in the KG.
FIRST:
The 'types' array was sorted with the most specific type first. We reversed the order to make the array consistent with 'types' in Organization, Person, and Place entities in the graph.
SECOND:
The 'types' array currently always contains GlobalIndexDiffbotEntity for Articles/Job Posts/Discussions/Product Offers. We have removed that unnecessary 'types' designation, i.e.
"types": [
"Article",
"GlobalIndexDiffbotEntity"
]
became
"types": [
"Article"
]
similar to
"types": [
"Organization",
"Corporation",
"Company"
]
FINALLY:
Some 'types' arrays previously contained GlobalIndexComplexTypeWrapper as well. We removed that unnecessary 'types' designation, i.e.
"types": [
"Discussion",
"GlobalIndexComplexTypeWrapper",
"GlobalIndexDiffbotEntity"
]
became
"types": [
"Discussion"
]
In the month of March, we rolled to production two key service layer optimizations to the Diffbot Knowledge Graph architecture. Both radically reduce response time to queries and enrichment requests. The first is called the KG Engine, a look-up service that enables us to improve the performance and scalability of both Enhance and DQL and to update the graph between builds for Organization and Person data. The second is a new search indexing layer that aggregates all Articles in the KG that were crawled &/or published in the last six months which reduces response times when querying recent news.
The Diffbot Knowledge Graph now supports NAICS 2022 Classifications (labels and codes) in addition to NAICS 2017 Classifications. See NAICS docs for more details.
The following is a list of arguments you can add to a Diffbot API call to reduce processing time when calling the Article or Analyze APIs:
&nl=false
&norender
Added Organization.suppliers to the graph, i.e. type:Organization suppliers.name:"Diffbot"
Added support for non-software technologies such as:
Added new organization industries to the graph including:
Added Place.headOfPlace and corresponding employment
Heads of state and heads of government
Added Organization.employeeCategories
Organizations with a particular number of people in a department (e.g., sales)