Knowledge Graph

KG entities

Source entities based on a list of filters.

GET
https://api.textreveal.com/api/2.0/kg/entities

Request

Parameters

  • limitinteger
    Range: [1, 100]
  • search_afterstring
  • sectorsstring[]

    Sectors of the organization.

    Example: ["Financial Services"]
  • ipo_statusstring[]

    The current public status of the Organization. Accepted values are private, public and delisted.

    Example: ["private"]
  • sub_sectorsstring[]
    Example: ["Gaming"]
  • operating_statusstring[]

    Operating Status of Organization. Accepted values are active and closed.

    Example: ["active"]
  • company_typestring[]

    The current type of the Organization. Accepted values are for_profit and non_profit.

    Example: ["for_profit"]

Response

Response - 200

Get Entities Response

  • countnumber

    The total number of found entities.

    Example: 326753
  • entitiesobject[]
  • search_afterstring

    Use this value to paginate the results

    Example: "search_after_example"
Response
{
  "count": 325763,
  "entities": [
    {
      "aliases": [
        "Apple Computer"
      ],
      "company_name": "Apple",
      "company_type": "for_profit",
      "country": "United States",
      "description": "Apple is a corporation that designs, manufactures, and markets mobile communication and media devices, personal computers, portable digital music players, and sells a variety of related software, services, peripherals, networking solutions, and third-party digital content and applications.\n\n\nApple provides many products and services, including iPhone; iPad; iPod; Mac; Apple TV; a portfolio of consumer and professional software applications; the iOS and OS X operating systems; iCloud; and accessories, service, and support offerings. \n\n\nIt sells its products worldwide through its retail stores, online stores, direct sales force and third-party cellular network carriers, wholesalers, retailers, and value-added resellers to the consumer and also sells third-party iPhone, iPad, Mac and iPod compatible products, including application software and accessories through its online and retail stores.\n\n\nIntroduced in 1984, the Macintosh was the first widely sold personal computer with a graphical user interface (GUI). That feature and others such as an improved floppy drive design and a low-cost hard drive that made data retrieval faster helped Apple cultivate a reputation for innovation.\n\n\nApple was named as the most admired company in the United States in 2008 and in the world from 2008 to 2012 by the Fortune magazine.\n\n\nThe company was founded by Steven Paul Jobs, Steve Wozniak, and Ronald Gerald Wayne on April 1, 1976, and is headquartered in Cupertino, California.",
      "employee_count": "10000+",
      "founded_on": "1976-04-01T00:00:00.000Z",
      "funding_total": 6180230000,
      "ipo_status": "public",
      "last_funding_type": "post_ipo_equity",
      "legal_name": "Apple Inc.",
      "operating_status": "active",
      "revenue_range": "10B+",
      "sectors": [
        "Consumer Electronics",
        "Hardware",
        "Mobile",
        "Platforms",
        "Software"
      ],
      "status": "ipo",
      "sub_sectors": [
        "Consumer Electronics",
        "Hardware",
        "Mobile Devices",
        "Operating Systems",
        "Wearables"
      ],
      "uuid": "7063d087-96b8-2cc1-ee88-c221288acc2a"
    },
    {
      "aliases": [
        "SESAMm SAS"
      ],
      "company_name": "SESAMm",
      "company_type": "for_profit",
      "country": "France",
      "description": "SESAMm is a fintech company that specializes in big data and artificial intelligence for investment.\n\nIts team builds analytics and investment signals by analyzing billions of web articles and messages using natural language processing and machine learning. \n\nWith its NLP platform TextReveal and its quantitative data science platform SignalReveal, SESAMm addresses the entire value chain of alpha research. \n\nSESAMm’s 90 people team in Paris, New York, Tokyo, Tunis, UK, and Metz, works with major hedge funds, banks, and asset management clients around the world for both fundamental and quantitative use cases.",
      "employee_count": "51-100",
      "founded_on": "2014-04-28T00:00:00.000Z",
      "funding_total": 18365552,
      "ipo_status": "private",
      "last_funding_type": "series_b",
      "legal_name": "SESAMm",
      "operating_status": "active",
      "revenue_range": null,
      "sectors": [
        "Artificial Intelligence",
        "Data and Analytics",
        "Design",
        "Financial Services",
        "Information Technology",
        "Lending and Investments",
        "Science and Engineering",
        "Software"
      ],
      "status": "operating",
      "sub_sectors": [
        "Analytics",
        "Artificial Intelligence",
        "Asset Management",
        "Data Visualization",
        "Finance",
        "FinTech",
        "Impact Investing",
        "Machine Learning",
        "Natural Language Processing",
        "Predictive Analytics"
      ],
      "uuid": "923e84d9-f307-0b5e-c8f8-2696b7c4a320"
    }
  ],
  "search_after": "example_search_after"
}