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
The last updated date of the document if available
- logo string
The URL of the logo of the organization.
- organizationName string
The name of the organization.
- description string
A description of the organization in markdown format based on the HTML - Escaped for JSON format
- industry string
The industry in which the organization operates.
- founded string
The date the organization was founded.
- tags array
A list of tags associated with the organization.
Items string
Items string
- reviewsCount number
The number of reviews for the organization.
- reviews array
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.
- ratingValue number
- author string
- organizationAddress object
- addressLine1 string
The first line of the address.
- addressLine2 string
The second line of the address.
- postalCode string
The postal code of the address.
- city string
The city where the organization is located.
- country string
The country where the organization is located.
- addressLine1 string
- contactInformation object
- phone string
The contact phone number of the organization.
- website string
The website URL of the organization.
- phone string
- keyPeople array
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
A link to the profile of the key person.
- name string
- financials object
- 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]
The currency ISO3 of the revenue (e.g., USD, EUR).
- original [string, null]
- employeeCount number
The number of employees in the organization.
- funding object
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]
The currency ISO3 of the funding (e.g., USD, EUR).
- original [string, null]
- rounds array
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]
The currency ISO3 of the funding amount (e.g., USD, EUR).
- original [string, null]
- investors array
A list of investors in the funding round.
Items string
Items string
- round string
- totalFunding [object, null]
- revenue [object, null]
- socialMedia object
Social media profiles of the organization.
- linkedin string
The LinkedIn profile URL of the organization.
- twitter string
The Twitter profile URL of the organization.
- facebook string
The Facebook profile URL of the organization.
- linkedin string
- competitors array
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.
- name string