{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/linkedin/company.json","title":"linkedin/company data fields","description":"Documented optional core fields of data. Additional source fields are allowed. This is not the response envelope or a guarantee of availability or completeness.","type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"name":{"type":["string","null"],"description":"Company name."},"handle":{"type":["string","null"],"description":"Public company identifier."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"description":{"type":["string","null"],"description":"Company description."},"website":{"type":["string","null"],"description":"Original source URL when supplied."},"industry":{"type":["string","null"],"description":"Primary reported industry."},"size":{"type":["string","null"],"description":"Source employee range, not an exact count."},"founded":{"type":["number","null"],"description":"Founding year."},"followers":{"type":["number","null"],"description":"Followers reported by the source; null or absent is unknown, not zero."},"employees_count":{"type":["number","null"],"description":"Reported employees reported by the source; null or absent is unknown, not zero."},"headquarters":{"type":["string","null"],"description":"Readable headquarters location."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"id":"12345","name":"Example Company","handle":"example-company","size":"11-50","followers":1200}]}