Organization Extraction Schema

This model has been tailored based on customer feedback and usage. If you need a specific model and enough generalist, you can contact us on the support link below. If some fields are missing, you can also contact us to add them.

Contact us
Organization object
  • updatedAt [string, null]

    The last updated date of the document if available

  • logo [string, null]

    The URL of the logo of the organization.

  • organizationName string

    The name of the organization.

  • description [string, null]

    A description of the organization in markdown format based on the HTML - Escaped for JSON format

  • industry [string, null]

    The industry in which the organization operates.

  • founded [string, null]

    The date the organization was founded.

  • tags [array, null]

    A list of tags associated with the organization.

    Items string
    Items string
  • reviewsCount [number, null]

    The number of reviews for the organization.

  • averageRating [number, null]

    The average rating of the organization populated by the reviews rating.

  • reviews [array, null]

    A list of reviews for the hotel.

    Items object
    • author string

      The name of the person who wrote the review.

    • datePublished string

      The date the review was published.

    • reviewBody string

      The text of the review.

    • reviewRating object
      • ratingValue number

        The rating given in this review.

  • organizationAddress [object, null]
    • addressLine1 string

      The first line of the address.

    • addressLine2 [string, null]

      The second line of the address.

    • postalCode [string, null]

      The postal code of the address.

    • city string

      The city where the organization is located.

    • country string

      The country where the organization is located.

  • contactInformation [object, null]
    • phone string

      The contact phone number of the organization.

    • website string

      The website URL of the organization.

  • keyPeople [array, null]

    A list of key people in the organization.

    Items object
    • name string

      The name of the key person.

    • position string

      The position or title of the key person.

    • profileLink [string, null]

      A link to the profile of the key person.

  • financials [object, null]
    • revenue [object, null]

      The revenue of the organization.

      • original [string, null]

        The raw unparsed revenue.

      • amount [number, null]

        Amount of the revenue.

      • currency [string, null]

        COMPUTE: Currency code in ISO3 format (e.g., USD, EUR, GBP). Derive from currency symbol if code not found ($ -> USD, € -> EUR, £ -> GBP).

    • employeeCount number

      The number of employees in the organization.

    • funding [object, null]

      Funding information of the organization.

      • totalFunding [object, null]

        The total funding received by the organization.

        • original [string, null]

          The raw unparsed funding.

        • amount [number, null]

          Amount of the funding.

        • currency [string, null]

          COMPUTE: Currency code in ISO3 format (e.g., USD, EUR, GBP). Derive from currency symbol if code not found ($ -> USD, € -> EUR, £ -> GBP).

      • rounds [array, null]

        A list of funding rounds.

        Items object
        • round string

          The round of funding (e.g., Series A, Series B).

        • roundDate string

          The date of the funding round.

        • amount [object, null]

          The amount raised in the funding round.

          • original [string, null]

            The raw unparsed amount.

          • amount [number, null]

            Amount of the funding round.

          • currency [string, null]

            COMPUTE: Currency code in ISO3 format (e.g., USD, EUR, GBP). Derive from currency symbol if code not found ($ -> USD, € -> EUR, £ -> GBP).

        • investors [array, null]

          A list of investors in the funding round.

          Items string
          Items string
  • socialMedia [object, null]

    Social media profiles of the organization.

    • linkedin [string, null]

      The LinkedIn profile URL of the organization.

    • twitter [string, null]

      The Twitter profile URL of the organization.

    • facebook [string, null]

      The Facebook profile URL of the organization.

  • competitors [array, null]

    A list of competitors of the organization.

    Items object
    • name string

      The name of the competitor organization.

    • website string

      The website URL of the competitor organization.