Strosin - Bergnaum
- Size
- 35027 employees
- Founded
- 1956
- Website
- https://www.strosin-bergnaum.com
- Location
- ID
Fundamental scalable capacity
companies / #8
Fundamental scalable capacity
curl -sS \
"https://example-data.com/api/v1/companies/8" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/companies/8"
);
const companie = await res.json();import type { Companie } from "https://example-data.com/types/companies.d.ts";
const res = await fetch(
"https://example-data.com/api/v1/companies/8"
);
const companie = (await res.json()) as Companie;import requests
res = requests.get(
"https://example-data.com/api/v1/companies/8"
)
companie = res.json() {
"id": 8,
"name": "Strosin - Bergnaum",
"slug": "strosin-bergnaum-8",
"description": "Fundamental scalable capacity",
"industryId": 39,
"headquartersCountryAlpha2": "ID",
"employeeCount": 35027,
"foundedYear": 1956,
"websiteUrl": "https://www.strosin-bergnaum.com",
"logoUrl": "https://picsum.photos/seed/company-8/200/200",
"isHiring": true,
"createdAt": "2011-10-13T08:10:21.265Z"
}