Getting Started


The Spider News API presents news data in the form of entities and connections. Combined, these data types create a massive web of interactions.

There are 3 primary data routes:

  • Connections — a route for finding connections from a specific entity, or bulk connections in general
  • Pathfinding — a route for finding complex multi-connection paths between entities
  • Entities — a route for searching through nodes to find their entity type or UUID

Each route is billed using "rows". One row corresponds to one unique entity or unique connection returned. Consult the API Keys & Usage page for more information.

What is an Entity?

A news entity is a particular named object, such as a person, organization, or product. Each entity is represented as a node:

Spider News classifies all news entities into 12 types:

Entity TypeDescription
ORGOrganization, Company
PRODUCTProduct, Invention, Idea
GPEGeopolitical Entity, Country, State
PERSONPerson (real or fictional)
TITLETitle, Position, Rank
FACFacility, Airport, Factory
TECHNOLOGYTechnology
LAWLaw, Ruling, Regulation
LOCLocation, Landmark, Direction
NORPNationalities, Religious or Political Groups
THREATCybersecurity Vulnerability, or Threat Actor
EVENTEvent, Period of Time

Note that one string name may relate to multiple news entities. Usually, this represents something that is multi-faceted. For example:

What is a Connection?

A news connection is some semantic relationship between two entities. Each connection is represented with an edge. Note that these edges do not have directionality.

Spider News classifies all news connections into 25 types:

Connection TypeDescription
CoopCooperation
OppoOpposition
LegalLegal Interaction, Lawsuit, Agreement
DealFinancial Interaction, Agreement
GoodsTranGoods Transfer
SanctionSanctions
MergerMergers
AcquisitionAquisiton
IsPartOfX is part of Y
IsAX belongs to a NORP group
("Google is an American company")
HasTitlePERSON has TITLE
CompetitorsORG and ORG are competitors with each other in the same space
EquivalentToX does the same thing as Y
BetterThanX supersedes Y
IsSubclassOfX is a specific instance of a
broader Y
WorksForX works for Y
OwnsX is the owner of Y
OperatesInX is based in or operates in or is located in Y
IsFromX originates from Y
("John is from England")
UsesX uses Y
ProducesX produces Y
AffectsTHREAT affects Y
PreventsX prevents THREAT
ParticipatesInX participates/participated in EVENT
KnownAssociatesPERSON is associated/worked with PERSON