ESG
curl --request POST \
--url https://api.forestreet.com/markets/{marketId}/esg \
--header 'Content-Type: application/json' \
--data '
{
"page": 123,
"itemsPerPage": 123,
"companies": [
{}
]
}
'import requests
url = "https://api.forestreet.com/markets/{marketId}/esg"
payload = {
"page": 123,
"itemsPerPage": 123,
"companies": [{}]
}
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({page: 123, itemsPerPage: 123, companies: [{}]})
};
fetch('https://api.forestreet.com/markets/{marketId}/esg', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.forestreet.com/markets/{marketId}/esg",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'page' => 123,
'itemsPerPage' => 123,
'companies' => [
[
]
]
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.forestreet.com/markets/{marketId}/esg"
payload := strings.NewReader("{\n \"page\": 123,\n \"itemsPerPage\": 123,\n \"companies\": [\n {}\n ]\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.forestreet.com/markets/{marketId}/esg")
.header("Content-Type", "application/json")
.body("{\n \"page\": 123,\n \"itemsPerPage\": 123,\n \"companies\": [\n {}\n ]\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.forestreet.com/markets/{marketId}/esg")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n \"page\": 123,\n \"itemsPerPage\": 123,\n \"companies\": [\n {}\n ]\n}"
response = http.request(request)
puts response.read_body{
"meta": {
"totalItems": 53,
"currentPage": 1,
"totalPages": 6,
"itemsPerPage": 10
},
"sentimentScores": {
"environmental": 6,
"social": 23,
"governance": 3
},
"data": [
{
"domain": "otter.ai",
"URL": "https://otter.ai/s/3y1V5PedQYW5ELTPy_LnmQ",
"title": "Purpose and profit - Otter Voice Meeting Notes - Otter.ai",
"snippet": "... and they'll deliver better outcomes, not just financially but in all those other capital, social capital and natural capital as well.",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Business Model Resilience",
"category": "GOVERNANCE"
},
{
"label": "Systemic Risk Management",
"category": "GOVERNANCE"
},
{
"label": "Competitive Behavior",
"category": "GOVERNANCE"
}
],
"sentimentScore": 66.38,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/u/MmzvDHbTihXKkB2bF9CXmnzJF2E",
"title": "How Employee Resource Groups Drive Diversity - From Day One ...",
"snippet": "DL Morris | Diversity and Inclusion partner | Hinshaw & Culbertson ... and law firms are very lucky in that the Human Rights Campaign had developed this CEI ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Employee Engagement Inclusion And Diversity",
"category": "SOCIAL"
},
{
"label": "Human Rights And Community Relations",
"category": "SOCIAL"
},
{
"label": "Employee Health And Safety",
"category": "SOCIAL"
}
],
"sentimentScore": 83.94,
"awards": false,
"certifications": false
},
{
"domain": "scribie.com",
"URL": "https://scribie.com/blog/2019/07/business-transcription-use-cases-benefits/",
"title": "Business Transcription Services - Use Cases, Benefits & Tips",
"snippet": "The text can be used as a reference, to share ideas, display corporate transparency, and even save you from legal action!",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Business Ethics",
"category": "GOVERNANCE"
},
{
"label": "Management Of Legal And Regulatory Framework",
"category": "GOVERNANCE"
},
{
"label": "Systemic Risk Management",
"category": "GOVERNANCE"
}
],
"sentimentScore": 12.2,
"awards": false,
"certifications": false
},
{
"domain": "scribie.com",
"URL": "https://scribie.com/blog/2020/12/is-captioning-mandatory/",
"title": "When Is Captioning Mandatory? - Scribie Blog",
"snippet": "It guarantees equal opportunity for individuals with disabilities in public accommodations, employment, transportation, state and local ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Employee Engagement Inclusion And Diversity",
"category": "SOCIAL"
},
{
"label": "Human Rights And Community Relations",
"category": "SOCIAL"
},
{
"label": "Access And Affordability",
"category": "SOCIAL"
}
],
"sentimentScore": 6.63,
"awards": false,
"certifications": false
},
{
"domain": "scribie.com",
"URL": "https://scribie.com/blog/2019/11/fifth-democratic-presidential-debate-11-20-19-transcripts2020/",
"title": "Fifth Democratic Presidential Debate, 11/20/19 - Scribie",
"snippet": "1:11:11 CB: So, yes, we will call China out for its human rights violations. But not only that, we will stop engaging in things that violate ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Human Rights And Community Relations",
"category": "SOCIAL"
},
{
"label": "Business Ethics",
"category": "GOVERNANCE"
},
{
"label": "Labor Practices",
"category": "GOVERNANCE"
}
],
"sentimentScore": 0.02,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/u/j2oyr5S4uUoFWvl4IDE8ztVuRB4",
"title": "Arts Research in Canada – Insights and Absences - Otter.ai",
"snippet": "... and the nationality and allied nations to peaceably share and care for the land, waters and biodiversity of the Great Lakes region.",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Ecological Impacts",
"category": "ENVIRONMENTAL"
},
{
"label": "GHG Emissions",
"category": "ENVIRONMENTAL"
},
{
"label": "Water And Wastewater Management",
"category": "ENVIRONMENTAL"
}
],
"sentimentScore": 0.91,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/u/A2eNaLDzs53xWbjOvamHyKwlk2A",
"title": "OLS-2 Graduation 1 - Otter.ai",
"snippet": "I didn't know without the licence and code of conduct. I had to. I purchase, to know about but also a complex another fixture and koleksi, ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Business Ethics",
"category": "GOVERNANCE"
},
{
"label": "Management Of Legal And Regulatory Framework",
"category": "GOVERNANCE"
},
{
"label": "Competitive Behavior",
"category": "GOVERNANCE"
}
],
"sentimentScore": -2.66,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/s/BGPPzMFIRtqRuqHsN32SPw",
"title": "Springload and Carbon South - Otter.ai",
"snippet": "So they're going to be talking about offsetting carbon emissions for ... We were environmentally minded, we were recycling everything we ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "GHG Emissions",
"category": "ENVIRONMENTAL"
},
{
"label": "Management Of Legal And Regulatory Framework",
"category": "GOVERNANCE"
},
{
"label": "Ecological Impacts",
"category": "ENVIRONMENTAL"
}
],
"sentimentScore": 0.66,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/s/CkGbMAhhSwSqcwc5hRghig",
"title": "How to develop Accountable AI solutions? - Otter.ai",
"snippet": "... goal of the AI for Good Summit is to identify practical applications of AI that can help achieve the UN Sustainable Development Goals.",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Business Model Resilience",
"category": "GOVERNANCE"
},
{
"label": "Data Security",
"category": "SOCIAL"
},
{
"label": "Systemic Risk Management",
"category": "GOVERNANCE"
}
],
"sentimentScore": 16.41,
"awards": false,
"certifications": false
},
{
"domain": "scribie.com",
"URL": "https://scribie.com/blog/2020/10/accessibility-through-transcription/",
"title": "Promote Accessibility Through Transcription - Scribie Blog",
"snippet": "Making your content accessible to everyone, including those with disabilities, creates an equal opportunity for them to enjoy and consume ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Employee Engagement Inclusion And Diversity",
"category": "SOCIAL"
},
{
"label": "Access And Affordability",
"category": "SOCIAL"
},
{
"label": "Employee Health And Safety",
"category": "SOCIAL"
}
],
"sentimentScore": 65.75,
"awards": false,
"certifications": false
}
]
}
Market
ESG
This endpoint retrieves ESG data for a given market.
POST
/
markets
/
{marketId}
/
esg
ESG
curl --request POST \
--url https://api.forestreet.com/markets/{marketId}/esg \
--header 'Content-Type: application/json' \
--data '
{
"page": 123,
"itemsPerPage": 123,
"companies": [
{}
]
}
'import requests
url = "https://api.forestreet.com/markets/{marketId}/esg"
payload = {
"page": 123,
"itemsPerPage": 123,
"companies": [{}]
}
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({page: 123, itemsPerPage: 123, companies: [{}]})
};
fetch('https://api.forestreet.com/markets/{marketId}/esg', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.forestreet.com/markets/{marketId}/esg",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'page' => 123,
'itemsPerPage' => 123,
'companies' => [
[
]
]
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.forestreet.com/markets/{marketId}/esg"
payload := strings.NewReader("{\n \"page\": 123,\n \"itemsPerPage\": 123,\n \"companies\": [\n {}\n ]\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://api.forestreet.com/markets/{marketId}/esg")
.header("Content-Type", "application/json")
.body("{\n \"page\": 123,\n \"itemsPerPage\": 123,\n \"companies\": [\n {}\n ]\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.forestreet.com/markets/{marketId}/esg")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n \"page\": 123,\n \"itemsPerPage\": 123,\n \"companies\": [\n {}\n ]\n}"
response = http.request(request)
puts response.read_body{
"meta": {
"totalItems": 53,
"currentPage": 1,
"totalPages": 6,
"itemsPerPage": 10
},
"sentimentScores": {
"environmental": 6,
"social": 23,
"governance": 3
},
"data": [
{
"domain": "otter.ai",
"URL": "https://otter.ai/s/3y1V5PedQYW5ELTPy_LnmQ",
"title": "Purpose and profit - Otter Voice Meeting Notes - Otter.ai",
"snippet": "... and they'll deliver better outcomes, not just financially but in all those other capital, social capital and natural capital as well.",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Business Model Resilience",
"category": "GOVERNANCE"
},
{
"label": "Systemic Risk Management",
"category": "GOVERNANCE"
},
{
"label": "Competitive Behavior",
"category": "GOVERNANCE"
}
],
"sentimentScore": 66.38,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/u/MmzvDHbTihXKkB2bF9CXmnzJF2E",
"title": "How Employee Resource Groups Drive Diversity - From Day One ...",
"snippet": "DL Morris | Diversity and Inclusion partner | Hinshaw & Culbertson ... and law firms are very lucky in that the Human Rights Campaign had developed this CEI ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Employee Engagement Inclusion And Diversity",
"category": "SOCIAL"
},
{
"label": "Human Rights And Community Relations",
"category": "SOCIAL"
},
{
"label": "Employee Health And Safety",
"category": "SOCIAL"
}
],
"sentimentScore": 83.94,
"awards": false,
"certifications": false
},
{
"domain": "scribie.com",
"URL": "https://scribie.com/blog/2019/07/business-transcription-use-cases-benefits/",
"title": "Business Transcription Services - Use Cases, Benefits & Tips",
"snippet": "The text can be used as a reference, to share ideas, display corporate transparency, and even save you from legal action!",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Business Ethics",
"category": "GOVERNANCE"
},
{
"label": "Management Of Legal And Regulatory Framework",
"category": "GOVERNANCE"
},
{
"label": "Systemic Risk Management",
"category": "GOVERNANCE"
}
],
"sentimentScore": 12.2,
"awards": false,
"certifications": false
},
{
"domain": "scribie.com",
"URL": "https://scribie.com/blog/2020/12/is-captioning-mandatory/",
"title": "When Is Captioning Mandatory? - Scribie Blog",
"snippet": "It guarantees equal opportunity for individuals with disabilities in public accommodations, employment, transportation, state and local ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Employee Engagement Inclusion And Diversity",
"category": "SOCIAL"
},
{
"label": "Human Rights And Community Relations",
"category": "SOCIAL"
},
{
"label": "Access And Affordability",
"category": "SOCIAL"
}
],
"sentimentScore": 6.63,
"awards": false,
"certifications": false
},
{
"domain": "scribie.com",
"URL": "https://scribie.com/blog/2019/11/fifth-democratic-presidential-debate-11-20-19-transcripts2020/",
"title": "Fifth Democratic Presidential Debate, 11/20/19 - Scribie",
"snippet": "1:11:11 CB: So, yes, we will call China out for its human rights violations. But not only that, we will stop engaging in things that violate ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Human Rights And Community Relations",
"category": "SOCIAL"
},
{
"label": "Business Ethics",
"category": "GOVERNANCE"
},
{
"label": "Labor Practices",
"category": "GOVERNANCE"
}
],
"sentimentScore": 0.02,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/u/j2oyr5S4uUoFWvl4IDE8ztVuRB4",
"title": "Arts Research in Canada – Insights and Absences - Otter.ai",
"snippet": "... and the nationality and allied nations to peaceably share and care for the land, waters and biodiversity of the Great Lakes region.",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Ecological Impacts",
"category": "ENVIRONMENTAL"
},
{
"label": "GHG Emissions",
"category": "ENVIRONMENTAL"
},
{
"label": "Water And Wastewater Management",
"category": "ENVIRONMENTAL"
}
],
"sentimentScore": 0.91,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/u/A2eNaLDzs53xWbjOvamHyKwlk2A",
"title": "OLS-2 Graduation 1 - Otter.ai",
"snippet": "I didn't know without the licence and code of conduct. I had to. I purchase, to know about but also a complex another fixture and koleksi, ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Business Ethics",
"category": "GOVERNANCE"
},
{
"label": "Management Of Legal And Regulatory Framework",
"category": "GOVERNANCE"
},
{
"label": "Competitive Behavior",
"category": "GOVERNANCE"
}
],
"sentimentScore": -2.66,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/s/BGPPzMFIRtqRuqHsN32SPw",
"title": "Springload and Carbon South - Otter.ai",
"snippet": "So they're going to be talking about offsetting carbon emissions for ... We were environmentally minded, we were recycling everything we ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "GHG Emissions",
"category": "ENVIRONMENTAL"
},
{
"label": "Management Of Legal And Regulatory Framework",
"category": "GOVERNANCE"
},
{
"label": "Ecological Impacts",
"category": "ENVIRONMENTAL"
}
],
"sentimentScore": 0.66,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/s/CkGbMAhhSwSqcwc5hRghig",
"title": "How to develop Accountable AI solutions? - Otter.ai",
"snippet": "... goal of the AI for Good Summit is to identify practical applications of AI that can help achieve the UN Sustainable Development Goals.",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Business Model Resilience",
"category": "GOVERNANCE"
},
{
"label": "Data Security",
"category": "SOCIAL"
},
{
"label": "Systemic Risk Management",
"category": "GOVERNANCE"
}
],
"sentimentScore": 16.41,
"awards": false,
"certifications": false
},
{
"domain": "scribie.com",
"URL": "https://scribie.com/blog/2020/10/accessibility-through-transcription/",
"title": "Promote Accessibility Through Transcription - Scribie Blog",
"snippet": "Making your content accessible to everyone, including those with disabilities, creates an equal opportunity for them to enjoy and consume ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Employee Engagement Inclusion And Diversity",
"category": "SOCIAL"
},
{
"label": "Access And Affordability",
"category": "SOCIAL"
},
{
"label": "Employee Health And Safety",
"category": "SOCIAL"
}
],
"sentimentScore": 65.75,
"awards": false,
"certifications": false
}
]
}
Path
string
The ID of the market whose companies you want to retrieve. This can be retrieved by searching for markets.
Body Request Object Example
{
"page": 1,
"itemsPerPage": 10,
"filters": {
"companies": ["otter.ai", "scribie.com"]
}
}
Body
number
default:""
The page to return from the paginated results
number
default:""
The number of markets to return per page
array
default:""
The name of the company you’d like to return
Response
{
"meta": {
"totalItems": 53,
"currentPage": 1,
"totalPages": 6,
"itemsPerPage": 10
},
"sentimentScores": {
"environmental": 6,
"social": 23,
"governance": 3
},
"data": [
{
"domain": "otter.ai",
"URL": "https://otter.ai/s/3y1V5PedQYW5ELTPy_LnmQ",
"title": "Purpose and profit - Otter Voice Meeting Notes - Otter.ai",
"snippet": "... and they'll deliver better outcomes, not just financially but in all those other capital, social capital and natural capital as well.",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Business Model Resilience",
"category": "GOVERNANCE"
},
{
"label": "Systemic Risk Management",
"category": "GOVERNANCE"
},
{
"label": "Competitive Behavior",
"category": "GOVERNANCE"
}
],
"sentimentScore": 66.38,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/u/MmzvDHbTihXKkB2bF9CXmnzJF2E",
"title": "How Employee Resource Groups Drive Diversity - From Day One ...",
"snippet": "DL Morris | Diversity and Inclusion partner | Hinshaw & Culbertson ... and law firms are very lucky in that the Human Rights Campaign had developed this CEI ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Employee Engagement Inclusion And Diversity",
"category": "SOCIAL"
},
{
"label": "Human Rights And Community Relations",
"category": "SOCIAL"
},
{
"label": "Employee Health And Safety",
"category": "SOCIAL"
}
],
"sentimentScore": 83.94,
"awards": false,
"certifications": false
},
{
"domain": "scribie.com",
"URL": "https://scribie.com/blog/2019/07/business-transcription-use-cases-benefits/",
"title": "Business Transcription Services - Use Cases, Benefits & Tips",
"snippet": "The text can be used as a reference, to share ideas, display corporate transparency, and even save you from legal action!",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Business Ethics",
"category": "GOVERNANCE"
},
{
"label": "Management Of Legal And Regulatory Framework",
"category": "GOVERNANCE"
},
{
"label": "Systemic Risk Management",
"category": "GOVERNANCE"
}
],
"sentimentScore": 12.2,
"awards": false,
"certifications": false
},
{
"domain": "scribie.com",
"URL": "https://scribie.com/blog/2020/12/is-captioning-mandatory/",
"title": "When Is Captioning Mandatory? - Scribie Blog",
"snippet": "It guarantees equal opportunity for individuals with disabilities in public accommodations, employment, transportation, state and local ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Employee Engagement Inclusion And Diversity",
"category": "SOCIAL"
},
{
"label": "Human Rights And Community Relations",
"category": "SOCIAL"
},
{
"label": "Access And Affordability",
"category": "SOCIAL"
}
],
"sentimentScore": 6.63,
"awards": false,
"certifications": false
},
{
"domain": "scribie.com",
"URL": "https://scribie.com/blog/2019/11/fifth-democratic-presidential-debate-11-20-19-transcripts2020/",
"title": "Fifth Democratic Presidential Debate, 11/20/19 - Scribie",
"snippet": "1:11:11 CB: So, yes, we will call China out for its human rights violations. But not only that, we will stop engaging in things that violate ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Human Rights And Community Relations",
"category": "SOCIAL"
},
{
"label": "Business Ethics",
"category": "GOVERNANCE"
},
{
"label": "Labor Practices",
"category": "GOVERNANCE"
}
],
"sentimentScore": 0.02,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/u/j2oyr5S4uUoFWvl4IDE8ztVuRB4",
"title": "Arts Research in Canada – Insights and Absences - Otter.ai",
"snippet": "... and the nationality and allied nations to peaceably share and care for the land, waters and biodiversity of the Great Lakes region.",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Ecological Impacts",
"category": "ENVIRONMENTAL"
},
{
"label": "GHG Emissions",
"category": "ENVIRONMENTAL"
},
{
"label": "Water And Wastewater Management",
"category": "ENVIRONMENTAL"
}
],
"sentimentScore": 0.91,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/u/A2eNaLDzs53xWbjOvamHyKwlk2A",
"title": "OLS-2 Graduation 1 - Otter.ai",
"snippet": "I didn't know without the licence and code of conduct. I had to. I purchase, to know about but also a complex another fixture and koleksi, ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Business Ethics",
"category": "GOVERNANCE"
},
{
"label": "Management Of Legal And Regulatory Framework",
"category": "GOVERNANCE"
},
{
"label": "Competitive Behavior",
"category": "GOVERNANCE"
}
],
"sentimentScore": -2.66,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/s/BGPPzMFIRtqRuqHsN32SPw",
"title": "Springload and Carbon South - Otter.ai",
"snippet": "So they're going to be talking about offsetting carbon emissions for ... We were environmentally minded, we were recycling everything we ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "GHG Emissions",
"category": "ENVIRONMENTAL"
},
{
"label": "Management Of Legal And Regulatory Framework",
"category": "GOVERNANCE"
},
{
"label": "Ecological Impacts",
"category": "ENVIRONMENTAL"
}
],
"sentimentScore": 0.66,
"awards": false,
"certifications": false
},
{
"domain": "otter.ai",
"URL": "https://otter.ai/s/CkGbMAhhSwSqcwc5hRghig",
"title": "How to develop Accountable AI solutions? - Otter.ai",
"snippet": "... goal of the AI for Good Summit is to identify practical applications of AI that can help achieve the UN Sustainable Development Goals.",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Business Model Resilience",
"category": "GOVERNANCE"
},
{
"label": "Data Security",
"category": "SOCIAL"
},
{
"label": "Systemic Risk Management",
"category": "GOVERNANCE"
}
],
"sentimentScore": 16.41,
"awards": false,
"certifications": false
},
{
"domain": "scribie.com",
"URL": "https://scribie.com/blog/2020/10/accessibility-through-transcription/",
"title": "Promote Accessibility Through Transcription - Scribie Blog",
"snippet": "Making your content accessible to everyone, including those with disabilities, creates an equal opportunity for them to enjoy and consume ...",
"datePublished": null,
"dateRetrieved": null,
"source": "Internal",
"esgLabels": [
{
"label": "Employee Engagement Inclusion And Diversity",
"category": "SOCIAL"
},
{
"label": "Access And Affordability",
"category": "SOCIAL"
},
{
"label": "Employee Health And Safety",
"category": "SOCIAL"
}
],
"sentimentScore": 65.75,
"awards": false,
"certifications": false
}
]
}
⌘I