[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"api-page:linkedin":3,"api-discussions:linkedin":651},{"status":4,"api":5,"seo":646},"success",{"blocked":6,"description":7,"about":8,"stats":9,"name":11,"title":12,"slug":13,"logo":14,"created_at":15,"agent":16,"user":28,"endpoint_groups":31,"faqs":625,"features":626,"periodic_plans":627,"payasyougo_plans":644,"createdAtText":645},false,"Read-only REST API for LinkedIn people, company, job, and post data.","A read-only API for retrieving LinkedIn profiles, companies, job postings, and post\nengagement. Every endpoint is a `GET`; there are no write operations.\n\n## Response envelope\n\nAll responses share the same envelope:\n\n```json\n{\n  \"success\": true,\n  \"data\": {},\n  \"cursor\": null,\n  \"hasMore\": false\n}\n```\n\n| Field | Type | Description |\n|---|---|---|\n| `success` | boolean | Whether the request succeeded |\n| `data` | object or array | The payload |\n| `cursor` | string or null | Value to pass as `start` for the next page |\n| `hasMore` | boolean | Whether more results are available |\n\nOn failure, `success` is `false`, `data` is `null`, and an `error` object describes\nwhat went wrong.\n\n## Pagination\n\nList endpoints accept `start` and `count`. To fetch the next page, send the `cursor`\nvalue from the previous response as `start`. Continue until `hasMore` is `false`.\nNote that `cursor` is a string, for example `\"25\"`.\n\n```\nGET /people/search?keyword=developer&start=0&count=25   → cursor \"25\", hasMore true\nGET /people/search?keyword=developer&start=25&count=25  → next page\n```\n\n## Working with posts\n\nPost listings return two identifiers. Use `ugcPostId` — not `activityId` — as the\n`postId` path parameter when fetching comments or reactions for a post.\n\n## Null values\n\nFields are populated from public LinkedIn data, which varies by record. Any field\ndocumented as nullable may be absent for a given profile, company, or job. Write\nclients defensively rather than assuming a field is present.",{"score":10},"2.52","LinkedIn","LinkedIn API","linkedin","https://cdn.jojapi.com/api/be1e468f-ceff-4a02-9df8-b4ed36ca5207","2024-08-13 16:46:19",{"enabled":17,"closed":18,"request_enabled":6,"catalog_url":19,"discovery_url":20,"directory_url":21,"rails":22,"networks":25,"docs":27},true,null,"https://linkedin.jojapi.net/_jojapi/agent/plans","https://linkedin.jojapi.net/.well-known/x402","https://agents.jojapi.net/apis/linkedin",[23,24],"x402","mpp",[26],"eip155:8453","https://docs.jojapi.com/consumers/agents",{"nick":29,"name":30,"verified":6,"website":18},"glavier","Glavier",[32,231,452,535],{"endpoints":33,"name":230,"description":41,"ungrouped":6},[34,129,178],{"blocked":6,"hidden":6,"agent_price":18,"credits":35,"flexible_credits_description":18,"consumptions":36,"description":42,"method":43,"name":44,"url_path":45,"root_url":46,"parameters":47,"responses":63,"result_stats":122},1,[37],{"name":38,"slug":39,"cost":40,"label":41,"avg":35},"Credits","credits","1","","Returns a full profile including experience, education, and skills.\n\nObtain a `memberId` from `/people/search` or `/company/{companyId}/employees`.\nNote that profiles which are private or outside your network cannot be retrieved;\nthese appear in listings with the name `LinkedIn Member`.","GET","Get a person's profile","/person-profile","https://linkedin.jojapi.net",{"url":48,"header":54,"post":60,"body":61,"path":62},[49],{"key":50,"example":51,"schema":18,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"default_value":41,"required":17,"name":41,"description":53},"memberId","ACoAAAEkwwAB9KEc2TrQgOLEQ-vzRyZeCDyc6DQ","string","A LinkedIn member identifier, returned by `/people/search` and\n`/company/{companyId}/employees`.",[55],{"key":56,"is_auth":17,"example":57,"example_disabled":17,"example_type":52,"name":58,"description":57,"required":17,"always_error":59},"X-JoJAPI-Key","You must log in to get API key","JoJ API Key","Please log in to get API key",[],[],[],[64,70,79,86,93,101,108,115],{"status":65,"status_code":66,"description":67,"schema":68,"examples":69,"example":41},"200",200,"The person's profile.","{\"allOf\":[{\"type\":\"object\",\"description\":\"The standard wrapper around every successful response.\",\"properties\":{\"success\":{\"type\":\"boolean\",\"const\":true},\"data\":{\"description\":\"The payload \\u2014 an object or an array, depending on the endpoint.\"},\"cursor\":{\"type\":[\"string\",\"null\"],\"description\":\"Pass this as `start` to fetch the next page. `null` on the last page.\",\"example\":\"25\"},\"hasMore\":{\"type\":\"boolean\",\"description\":\"Whether more results are available.\"}},\"required\":[\"success\",\"data\",\"cursor\",\"hasMore\"]},{\"type\":\"object\",\"properties\":{\"data\":{\"type\":\"object\",\"properties\":{\"fullName\":{\"type\":[\"string\",\"null\"]},\"headline\":{\"type\":[\"string\",\"null\"],\"description\":\"The person's professional headline.\",\"example\":\"Software Engineer at Example\"},\"location\":{\"type\":[\"string\",\"null\"]},\"profileImage\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"about\":{\"type\":[\"string\",\"null\"],\"description\":\"The free-text summary from the profile's About section.\"},\"currentPosition\":{\"type\":[\"string\",\"null\"]},\"currentCompany\":{\"type\":[\"string\",\"null\"]},\"experience\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"company\":{\"type\":[\"string\",\"null\"]},\"position\":{\"type\":[\"string\",\"null\"]},\"startDate\":{\"type\":[\"string\",\"null\"],\"description\":\"Start date, as `YYYY-MM` or `YYYY` depending on what the profile specifies.\\n\",\"examples\":[\"2022-03\",\"2018\"]},\"endDate\":{\"type\":[\"string\",\"null\"],\"description\":\"End date, or `null` if this is a current position.\"},\"location\":{\"type\":[\"string\",\"null\"]},\"description\":{\"type\":[\"string\",\"null\"]}}}},\"education\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"school\":{\"type\":[\"string\",\"null\"]},\"degree\":{\"type\":[\"string\",\"null\"]},\"field\":{\"type\":[\"string\",\"null\"]},\"startDate\":{\"type\":[\"string\",\"null\"],\"example\":\"2015\"},\"endDate\":{\"type\":[\"string\",\"null\"],\"example\":\"2019\"}}}},\"skills\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"Python\",\"Docker\"]},\"certifications\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"languages\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"profileUrl\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"memberId\":{\"type\":\"string\"}},\"required\":[\"fullName\",\"memberId\"]}}}]}",[],{"status":71,"status_code":72,"description":73,"schema":74,"examples":75,"example":78},"401",401,"The API key is missing or invalid.","{\"type\":\"object\",\"description\":\"The standard wrapper around a failed response.\",\"properties\":{\"success\":{\"type\":\"boolean\",\"const\":false},\"data\":{\"type\":\"null\"},\"cursor\":{\"type\":\"null\"},\"hasMore\":{\"type\":\"boolean\",\"const\":false},\"error\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\",\"description\":\"Machine-readable error code.\\n\\n| Code | HTTP | Meaning |\\n|---|---|---|\\n| `VALIDATION_ERROR` | 400 | A parameter is missing or invalid |\\n| `UNAUTHORIZED` | 401 | The API key is missing or invalid |\\n| `CAPTCHA_BLOCKED` | 403 | The source blocked the request |\\n| `NOT_FOUND` | 404 | No such record |\\n| `RATE_LIMITED` | 429 | Too many requests |\\n| `UPSTREAM_ERROR` | 502 | The source returned an unexpected response |\\n| `NO_HEALTHY_ACCOUNT` | 503 | The service is temporarily unavailable |\\n| `TIMEOUT` | 504 | The request timed out |\\n\",\"enum\":[\"VALIDATION_ERROR\",\"UNAUTHORIZED\",\"CAPTCHA_BLOCKED\",\"NOT_FOUND\",\"RATE_LIMITED\",\"UPSTREAM_ERROR\",\"NO_HEALTHY_ACCOUNT\",\"TIMEOUT\"]},\"message\":{\"type\":\"string\",\"description\":\"Human-readable description of the failure.\"},\"retryAfter\":{\"type\":[\"integer\",\"null\"],\"description\":\"Seconds to wait before retrying. Present on `RATE_LIMITED` and `NO_HEALTHY_ACCOUNT`.\"},\"details\":{\"type\":[\"object\",\"null\"],\"description\":\"Additional context. On `UPSTREAM_ERROR`, carries the source's status code.\",\"properties\":{\"upstream_status\":{\"type\":\"integer\",\"description\":\"The HTTP status LinkedIn returned.\"},\"body_preview\":{\"type\":\"string\"}}}},\"required\":[\"code\",\"message\",\"retryAfter\",\"details\"]}},\"required\":[\"success\",\"data\",\"cursor\",\"hasMore\",\"error\"]}",[76],{"name":77,"summary":41,"description":41,"example":78},"default","{\"success\":false,\"data\":null,\"cursor\":null,\"hasMore\":false,\"error\":{\"code\":\"UNAUTHORIZED\",\"message\":\"Missing or invalid API key\",\"retryAfter\":null,\"details\":null}}",{"status":80,"status_code":81,"description":82,"schema":74,"examples":83,"example":85},"403",403,"The record exists but is not publicly accessible — for example a private profile or\none outside the account's network. Retrying will not succeed.",[84],{"name":77,"summary":41,"description":41,"example":85},"{\"success\":false,\"data\":null,\"cursor\":null,\"hasMore\":false,\"error\":{\"code\":\"UPSTREAM_ERROR\",\"message\":\"LinkedIn denied access to this resource\",\"retryAfter\":null,\"details\":{\"upstream_status\":403}}}",{"status":87,"status_code":88,"description":89,"schema":74,"examples":90,"example":92},"404",404,"No record exists for the identifier you supplied. Verify the `slug`, `companyId`,\n`memberId`, `jobId`, or `postId` — retrying will not succeed.",[91],{"name":77,"summary":41,"description":41,"example":92},"{\"success\":false,\"data\":null,\"cursor\":null,\"hasMore\":false,\"error\":{\"code\":\"NOT_FOUND\",\"message\":\"Requested resource does not exist on LinkedIn\",\"retryAfter\":null,\"details\":null}}",{"status":94,"status_code":95,"description":96,"schema":97,"examples":98,"example":100},"422",422,"A query parameter failed validation — for example a missing required parameter, or\na `count` outside its allowed range. This response is not wrapped in the standard\nenvelope, so handle it separately from envelope-based errors.","{\"type\":\"object\",\"description\":\"Parameter validation failure. Unlike other errors, this response is not wrapped in\\nthe standard envelope.\\n\",\"properties\":{\"detail\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\",\"example\":\"missing\"},\"loc\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"Path to the offending parameter, for example `[\\\"query\\\", \\\"memberId\\\"]`.\"},\"msg\":{\"type\":\"string\"},\"input\":{},\"ctx\":{\"type\":\"object\"}}}}},\"required\":[\"detail\"]}",[99],{"name":77,"summary":41,"description":41,"example":100},"{\"detail\":[{\"type\":\"missing\",\"loc\":[\"query\",\"memberId\"],\"msg\":\"Field required\",\"input\":null}]}",{"status":102,"status_code":103,"description":104,"schema":74,"examples":105,"example":107},"429",429,"Too many requests. Wait `error.retryAfter` seconds before retrying.",[106],{"name":77,"summary":41,"description":41,"example":107},"{\"success\":false,\"data\":null,\"cursor\":null,\"hasMore\":false,\"error\":{\"code\":\"RATE_LIMITED\",\"message\":\"Rate limit exceeded\",\"retryAfter\":30,\"details\":null}}",{"status":109,"status_code":110,"description":111,"schema":74,"examples":112,"example":114},"502",502,"LinkedIn returned an unexpected response. This is usually transient — retry a few\ntimes with increasing delay. `error.details.upstream_status` carries the status\nLinkedIn returned, when available.",[113],{"name":77,"summary":41,"description":41,"example":114},"{\"success\":false,\"data\":null,\"cursor\":null,\"hasMore\":false,\"error\":{\"code\":\"UPSTREAM_ERROR\",\"message\":\"LinkedIn returned an unexpected response\",\"retryAfter\":null,\"details\":{\"upstream_status\":500}}}",{"status":116,"status_code":117,"description":118,"schema":74,"examples":119,"example":121},"503",503,"The service is temporarily unavailable. Wait `error.retryAfter` seconds, then retry\nwith exponential backoff.",[120],{"name":77,"summary":41,"description":41,"example":121},"{\"success\":false,\"data\":null,\"cursor\":null,\"hasMore\":false,\"error\":{\"code\":\"NO_HEALTHY_ACCOUNT\",\"message\":\"No healthy LinkedIn account available\",\"retryAfter\":60,\"details\":null}}",{"x2":123,"x3":124,"x4":125,"x5":124,"uptime":126,"avg_latency":127,"avg_credits":128},"60.00","0.00","40.00","100.00","692","1.00",{"blocked":6,"hidden":6,"agent_price":18,"credits":35,"flexible_credits_description":18,"consumptions":130,"description":132,"method":43,"name":133,"url_path":134,"root_url":46,"parameters":135,"responses":152,"result_stats":18},[131],{"name":38,"slug":39,"cost":40,"label":41,"avg":18},"Returns an empty list if the person has not posted.","List a person's posts","/person-profile/posts",{"url":136,"header":147,"post":149,"body":150,"path":151},[137,138,143],{"key":50,"example":51,"schema":18,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"default_value":41,"required":17,"name":41,"description":53},{"key":139,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":141,"required":6,"name":41,"description":142},"start","integer","0","Offset of the first result. Pass the `cursor` value from the previous response to\nfetch the next page.",{"key":144,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":145,"required":6,"name":41,"description":146},"count","10","Number of posts per page.",[148],{"key":56,"is_auth":17,"example":57,"example_disabled":17,"example_type":52,"name":58,"description":57,"required":17,"always_error":59},[],[],[],[153,157,160,163,166,169,172,175],{"status":65,"status_code":66,"description":154,"schema":155,"examples":156,"example":41},"A page of posts.","{\"allOf\":[{\"type\":\"object\",\"description\":\"The standard wrapper around every successful response.\",\"properties\":{\"success\":{\"type\":\"boolean\",\"const\":true},\"data\":{\"description\":\"The payload \\u2014 an object or an array, depending on the endpoint.\"},\"cursor\":{\"type\":[\"string\",\"null\"],\"description\":\"Pass this as `start` to fetch the next page. `null` on the last page.\",\"example\":\"25\"},\"hasMore\":{\"type\":\"boolean\",\"description\":\"Whether more results are available.\"}},\"required\":[\"success\",\"data\",\"cursor\",\"hasMore\"]},{\"type\":\"object\",\"properties\":{\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"activityId\":{\"type\":\"string\",\"description\":\"The post's activity identifier.\"},\"ugcPostId\":{\"type\":[\"string\",\"null\"],\"description\":\"Pass this as `postId` to `\\/posts\\/{postId}\\/comments` and\\n`\\/posts\\/{postId}\\/reactions`. Not available for every post type.\\n\"},\"text\":{\"type\":[\"string\",\"null\"]},\"authorName\":{\"type\":[\"string\",\"null\"]},\"publishedAt\":{\"type\":[\"string\",\"null\"],\"description\":\"How long ago the post was published, as a display string.\",\"example\":\"2 g\\u00fcn \\u00f6nce\"},\"permalink\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"images\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"format\":\"uri\"}},\"likeCount\":{\"type\":[\"integer\",\"null\"]},\"commentCount\":{\"type\":[\"integer\",\"null\"]},\"shareCount\":{\"type\":[\"integer\",\"null\"]}},\"required\":[\"activityId\"]}}}}]}",[],{"status":71,"status_code":72,"description":73,"schema":74,"examples":158,"example":78},[159],{"name":77,"summary":41,"description":41,"example":78},{"status":80,"status_code":81,"description":82,"schema":74,"examples":161,"example":85},[162],{"name":77,"summary":41,"description":41,"example":85},{"status":87,"status_code":88,"description":89,"schema":74,"examples":164,"example":92},[165],{"name":77,"summary":41,"description":41,"example":92},{"status":94,"status_code":95,"description":96,"schema":97,"examples":167,"example":100},[168],{"name":77,"summary":41,"description":41,"example":100},{"status":102,"status_code":103,"description":104,"schema":74,"examples":170,"example":107},[171],{"name":77,"summary":41,"description":41,"example":107},{"status":109,"status_code":110,"description":111,"schema":74,"examples":173,"example":114},[174],{"name":77,"summary":41,"description":41,"example":114},{"status":116,"status_code":117,"description":118,"schema":74,"examples":176,"example":121},[177],{"name":77,"summary":41,"description":41,"example":121},{"blocked":6,"hidden":6,"agent_price":18,"credits":35,"flexible_credits_description":18,"consumptions":179,"description":181,"method":43,"name":182,"url_path":183,"root_url":46,"parameters":184,"responses":210,"result_stats":18},[180],{"name":38,"slug":39,"cost":40,"label":41,"avg":18},"All filters are optional and can be combined. Returns the same person structure as\n`/company/{companyId}/employees`. Returns an empty list when nothing matches.","Search people","/people/search",{"url":185,"header":205,"post":207,"body":208,"path":209},[186,190,193,197,201,202],{"key":187,"example":188,"schema":18,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"default_value":41,"required":6,"name":41,"description":189},"keyword","software engineer","Free-text search term.",{"key":191,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"default_value":41,"required":6,"name":41,"description":192},"companyId","Restrict results to people at this company.",{"key":194,"example":195,"schema":18,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"default_value":41,"required":6,"name":41,"description":196},"geoUrn","102105699","Location code. Türkiye is `102105699`.",{"key":198,"example":199,"schema":18,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"default_value":41,"required":6,"name":41,"description":200},"title","engineer","Restrict results by job title.",{"key":139,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":141,"required":6,"name":41,"description":142},{"key":144,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":203,"required":6,"name":41,"description":204},"25","Number of results per page.",[206],{"key":56,"is_auth":17,"example":57,"example_disabled":17,"example_type":52,"name":58,"description":57,"required":17,"always_error":59},[],[],[],[211,215,218,221,224,227],{"status":65,"status_code":66,"description":212,"schema":213,"examples":214,"example":41},"A page of people. May be empty.","{\"allOf\":[{\"type\":\"object\",\"description\":\"The standard wrapper around every successful response.\",\"properties\":{\"success\":{\"type\":\"boolean\",\"const\":true},\"data\":{\"description\":\"The payload \\u2014 an object or an array, depending on the endpoint.\"},\"cursor\":{\"type\":[\"string\",\"null\"],\"description\":\"Pass this as `start` to fetch the next page. `null` on the last page.\",\"example\":\"25\"},\"hasMore\":{\"type\":\"boolean\",\"description\":\"Whether more results are available.\"}},\"required\":[\"success\",\"data\",\"cursor\",\"hasMore\"]},{\"type\":\"object\",\"properties\":{\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"description\":\"A person as returned by search and employee listings.\",\"properties\":{\"name\":{\"type\":\"string\",\"description\":\"The person's name, or `LinkedIn Member` when the profile is private or outside\\nyour network. Full profiles cannot be retrieved for those records.\\n\"},\"headline\":{\"type\":[\"string\",\"null\"]},\"location\":{\"type\":[\"string\",\"null\"]},\"currentCompany\":{\"type\":[\"string\",\"null\"]},\"profileImage\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"profileUrl\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"memberId\":{\"type\":\"string\",\"description\":\"Pass this to `\\/person-profile` to retrieve the full profile.\"}},\"required\":[\"name\",\"memberId\"]}}}}]}",[],{"status":71,"status_code":72,"description":73,"schema":74,"examples":216,"example":78},[217],{"name":77,"summary":41,"description":41,"example":78},{"status":94,"status_code":95,"description":96,"schema":97,"examples":219,"example":100},[220],{"name":77,"summary":41,"description":41,"example":100},{"status":102,"status_code":103,"description":104,"schema":74,"examples":222,"example":107},[223],{"name":77,"summary":41,"description":41,"example":107},{"status":109,"status_code":110,"description":111,"schema":74,"examples":225,"example":114},[226],{"name":77,"summary":41,"description":41,"example":114},{"status":116,"status_code":117,"description":118,"schema":74,"examples":228,"example":121},[229],{"name":77,"summary":41,"description":41,"example":121},"Person",{"endpoints":232,"name":451,"description":41,"ungrouped":6},[233,289,326,367,409],{"blocked":6,"hidden":6,"agent_price":18,"credits":35,"flexible_credits_description":18,"consumptions":234,"description":237,"method":43,"name":238,"url_path":239,"root_url":46,"parameters":240,"responses":254,"result_stats":284},[235],{"name":38,"slug":39,"cost":40,"label":41,"avg":236},0.8,"Provide either `slug` or `companyId`. If neither is given, the request fails with\n`400 VALIDATION_ERROR`.\n\nTake the `slug` from a `/company/search` result rather than guessing it from the\ncompany name — a company's slug often differs from its display name.","Get a company profile","/company",{"url":241,"header":249,"post":251,"body":252,"path":253},[242,246],{"key":243,"example":244,"schema":18,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"default_value":41,"required":6,"name":41,"description":245},"slug","intel-corporation","The company's short name, as it appears in its LinkedIn URL.\nRequired unless `companyId` is provided.",{"key":191,"example":247,"schema":18,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"default_value":41,"required":6,"name":41,"description":248},"1035","The company's numeric identifier. Required unless `slug` is provided.",[250],{"key":56,"is_auth":17,"example":57,"example_disabled":17,"example_type":52,"name":58,"description":57,"required":17,"always_error":59},[],[],[],[255,259,266,269,272,275,278,281],{"status":65,"status_code":66,"description":256,"schema":257,"examples":258,"example":41},"The company profile.","{\"allOf\":[{\"type\":\"object\",\"description\":\"The standard wrapper around every successful response.\",\"properties\":{\"success\":{\"type\":\"boolean\",\"const\":true},\"data\":{\"description\":\"The payload \\u2014 an object or an array, depending on the endpoint.\"},\"cursor\":{\"type\":[\"string\",\"null\"],\"description\":\"Pass this as `start` to fetch the next page. `null` on the last page.\",\"example\":\"25\"},\"hasMore\":{\"type\":\"boolean\",\"description\":\"Whether more results are available.\"}},\"required\":[\"success\",\"data\",\"cursor\",\"hasMore\"]},{\"type\":\"object\",\"properties\":{\"data\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":[\"string\",\"null\"]},\"description\":{\"type\":[\"string\",\"null\"]},\"industry\":{\"type\":[\"string\",\"null\"],\"example\":\"Yaz\\u0131l\\u0131m Geli\\u015ftirme\"},\"website\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"headquarters\":{\"type\":[\"string\",\"null\"]},\"companySize\":{\"type\":[\"string\",\"null\"],\"description\":\"Employee count band as published by the company.\",\"example\":\"10001+\"},\"employeeCount\":{\"type\":[\"integer\",\"null\"]},\"foundedYear\":{\"type\":[\"integer\",\"null\"]},\"specialties\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"followerCount\":{\"type\":[\"integer\",\"null\"]},\"logo\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"locations\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"linkedinUrl\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"companyId\":{\"type\":[\"string\",\"null\"]},\"slug\":{\"type\":[\"string\",\"null\"]}}}}}]}",[],{"status":260,"status_code":261,"description":262,"schema":74,"examples":263,"example":265},"400",400,"A required parameter is missing or invalid.",[264],{"name":77,"summary":41,"description":41,"example":265},"{\"success\":false,\"data\":null,\"cursor\":null,\"hasMore\":false,\"error\":{\"code\":\"VALIDATION_ERROR\",\"message\":\"slug or companyId required\",\"retryAfter\":null,\"details\":null}}",{"status":71,"status_code":72,"description":73,"schema":74,"examples":267,"example":78},[268],{"name":77,"summary":41,"description":41,"example":78},{"status":80,"status_code":81,"description":82,"schema":74,"examples":270,"example":85},[271],{"name":77,"summary":41,"description":41,"example":85},{"status":87,"status_code":88,"description":89,"schema":74,"examples":273,"example":92},[274],{"name":77,"summary":41,"description":41,"example":92},{"status":102,"status_code":103,"description":104,"schema":74,"examples":276,"example":107},[277],{"name":77,"summary":41,"description":41,"example":107},{"status":109,"status_code":110,"description":111,"schema":74,"examples":279,"example":114},[280],{"name":77,"summary":41,"description":41,"example":114},{"status":116,"status_code":117,"description":118,"schema":74,"examples":282,"example":121},[283],{"name":77,"summary":41,"description":41,"example":121},{"x2":125,"x3":124,"x4":125,"x5":285,"uptime":286,"avg_latency":287,"avg_credits":288},"20.00","80.00","1,555","0.80",{"blocked":6,"hidden":6,"agent_price":18,"credits":35,"flexible_credits_description":18,"consumptions":290,"description":292,"method":43,"name":293,"url_path":294,"root_url":46,"parameters":295,"responses":306,"result_stats":18},[291],{"name":38,"slug":39,"cost":40,"label":41,"avg":18},"Use the `slug` or `companyId` from a result to fetch full details from `/company`,\nthe employee list, or the job list.","Search companies","/company/search",{"url":296,"header":301,"post":303,"body":304,"path":305},[297,299,300],{"key":187,"example":298,"schema":18,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"default_value":41,"required":17,"name":41,"description":189},"teknoloji",{"key":139,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":141,"required":6,"name":41,"description":142},{"key":144,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":203,"required":6,"name":41,"description":204},[302],{"key":56,"is_auth":17,"example":57,"example_disabled":17,"example_type":52,"name":58,"description":57,"required":17,"always_error":59},[],[],[],[307,311,314,317,320,323],{"status":65,"status_code":66,"description":308,"schema":309,"examples":310,"example":41},"A page of companies.","{\"allOf\":[{\"type\":\"object\",\"description\":\"The standard wrapper around every successful response.\",\"properties\":{\"success\":{\"type\":\"boolean\",\"const\":true},\"data\":{\"description\":\"The payload \\u2014 an object or an array, depending on the endpoint.\"},\"cursor\":{\"type\":[\"string\",\"null\"],\"description\":\"Pass this as `start` to fetch the next page. `null` on the last page.\",\"example\":\"25\"},\"hasMore\":{\"type\":\"boolean\",\"description\":\"Whether more results are available.\"}},\"required\":[\"success\",\"data\",\"cursor\",\"hasMore\"]},{\"type\":\"object\",\"properties\":{\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"industry\":{\"type\":[\"string\",\"null\"]},\"location\":{\"type\":[\"string\",\"null\"]},\"logo\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"linkedinUrl\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"companyId\":{\"type\":\"string\",\"description\":\"Use with `\\/company`, `\\/company\\/{companyId}\\/employees`, or `\\/company\\/{companyId}\\/jobs`.\"},\"slug\":{\"type\":\"string\",\"description\":\"Use with `\\/company` or `\\/company\\/posts`.\"}},\"required\":[\"name\",\"companyId\",\"slug\"]}}}}]}",[],{"status":71,"status_code":72,"description":73,"schema":74,"examples":312,"example":78},[313],{"name":77,"summary":41,"description":41,"example":78},{"status":94,"status_code":95,"description":96,"schema":97,"examples":315,"example":100},[316],{"name":77,"summary":41,"description":41,"example":100},{"status":102,"status_code":103,"description":104,"schema":74,"examples":318,"example":107},[319],{"name":77,"summary":41,"description":41,"example":107},{"status":109,"status_code":110,"description":111,"schema":74,"examples":321,"example":114},[322],{"name":77,"summary":41,"description":41,"example":114},{"status":116,"status_code":117,"description":118,"schema":74,"examples":324,"example":121},[325],{"name":77,"summary":41,"description":41,"example":121},{"blocked":6,"hidden":6,"agent_price":18,"credits":35,"flexible_credits_description":18,"consumptions":327,"description":329,"method":43,"name":330,"url_path":331,"root_url":46,"parameters":332,"responses":343,"result_stats":18},[328],{"name":38,"slug":39,"cost":40,"label":41,"avg":18},"Returns people who list this company as their employer.\n\nResults may include private or out-of-network profiles, which appear with the name\n`LinkedIn Member`. Full profiles cannot be retrieved for those records, so check\nthe name before calling `/person-profile` with the returned `memberId`.","List a company's employees","/company/{companyId}/employees",{"url":333,"header":336,"post":338,"body":339,"path":340},[334,335],{"key":139,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":141,"required":6,"name":41,"description":142},{"key":144,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":203,"required":6,"name":41,"description":204},[337],{"key":56,"is_auth":17,"example":57,"example_disabled":17,"example_type":52,"name":58,"description":57,"required":17,"always_error":59},[],[],[341],{"key":191,"example":247,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"name":41,"description":342,"required":17},"The company's numeric identifier, from `/company/search` or `/company`.",[344,346,349,352,355,358,361,364],{"status":65,"status_code":66,"description":212,"schema":213,"examples":345,"example":41},[],{"status":71,"status_code":72,"description":73,"schema":74,"examples":347,"example":78},[348],{"name":77,"summary":41,"description":41,"example":78},{"status":80,"status_code":81,"description":82,"schema":74,"examples":350,"example":85},[351],{"name":77,"summary":41,"description":41,"example":85},{"status":87,"status_code":88,"description":89,"schema":74,"examples":353,"example":92},[354],{"name":77,"summary":41,"description":41,"example":92},{"status":94,"status_code":95,"description":96,"schema":97,"examples":356,"example":100},[357],{"name":77,"summary":41,"description":41,"example":100},{"status":102,"status_code":103,"description":104,"schema":74,"examples":359,"example":107},[360],{"name":77,"summary":41,"description":41,"example":107},{"status":109,"status_code":110,"description":111,"schema":74,"examples":362,"example":114},[363],{"name":77,"summary":41,"description":41,"example":114},{"status":116,"status_code":117,"description":118,"schema":74,"examples":365,"example":121},[366],{"name":77,"summary":41,"description":41,"example":121},{"blocked":6,"hidden":6,"agent_price":18,"credits":35,"flexible_credits_description":18,"consumptions":368,"description":370,"method":43,"name":371,"url_path":372,"root_url":46,"parameters":373,"responses":383,"result_stats":18},[369],{"name":38,"slug":39,"cost":40,"label":41,"avg":18},"Returns an empty list if the company has no open postings.\nUse the `jobId` from a result with `/jobs/detail/{jobId}`.","List a company's open jobs","/company/{companyId}/jobs",{"url":374,"header":377,"post":379,"body":380,"path":381},[375,376],{"key":139,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":141,"required":6,"name":41,"description":142},{"key":144,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":203,"required":6,"name":41,"description":204},[378],{"key":56,"is_auth":17,"example":57,"example_disabled":17,"example_type":52,"name":58,"description":57,"required":17,"always_error":59},[],[],[382],{"key":191,"example":247,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"name":41,"description":342,"required":17},[384,388,391,394,397,400,403,406],{"status":65,"status_code":66,"description":385,"schema":386,"examples":387,"example":41},"A page of job postings. May be empty.","{\"allOf\":[{\"type\":\"object\",\"description\":\"The standard wrapper around every successful response.\",\"properties\":{\"success\":{\"type\":\"boolean\",\"const\":true},\"data\":{\"description\":\"The payload \\u2014 an object or an array, depending on the endpoint.\"},\"cursor\":{\"type\":[\"string\",\"null\"],\"description\":\"Pass this as `start` to fetch the next page. `null` on the last page.\",\"example\":\"25\"},\"hasMore\":{\"type\":\"boolean\",\"description\":\"Whether more results are available.\"}},\"required\":[\"success\",\"data\",\"cursor\",\"hasMore\"]},{\"type\":\"object\",\"properties\":{\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"jobId\":{\"type\":\"string\",\"description\":\"Pass to `\\/jobs\\/detail\\/{jobId}` for the full posting.\"},\"jobTitle\":{\"type\":\"string\"},\"company\":{\"type\":[\"string\",\"null\"],\"description\":\"The hiring company's name.\"},\"location\":{\"type\":[\"string\",\"null\"],\"example\":\"\\u0130stanbul, T\\u00fcrkiye (Uzaktan)\"}},\"required\":[\"jobId\",\"jobTitle\"]}}}}]}",[],{"status":71,"status_code":72,"description":73,"schema":74,"examples":389,"example":78},[390],{"name":77,"summary":41,"description":41,"example":78},{"status":80,"status_code":81,"description":82,"schema":74,"examples":392,"example":85},[393],{"name":77,"summary":41,"description":41,"example":85},{"status":87,"status_code":88,"description":89,"schema":74,"examples":395,"example":92},[396],{"name":77,"summary":41,"description":41,"example":92},{"status":94,"status_code":95,"description":96,"schema":97,"examples":398,"example":100},[399],{"name":77,"summary":41,"description":41,"example":100},{"status":102,"status_code":103,"description":104,"schema":74,"examples":401,"example":107},[402],{"name":77,"summary":41,"description":41,"example":107},{"status":109,"status_code":110,"description":111,"schema":74,"examples":404,"example":114},[405],{"name":77,"summary":41,"description":41,"example":114},{"status":116,"status_code":117,"description":118,"schema":74,"examples":407,"example":121},[408],{"name":77,"summary":41,"description":41,"example":121},{"blocked":6,"hidden":6,"agent_price":18,"credits":35,"flexible_credits_description":18,"consumptions":410,"description":412,"method":43,"name":413,"url_path":414,"root_url":46,"parameters":415,"responses":427,"result_stats":18},[411],{"name":38,"slug":39,"cost":40,"label":41,"avg":18},"Returns the same post structure as `/person-profile/posts`.\nThis endpoint is addressed by `slug` only.","List a company's posts","/company/posts",{"url":416,"header":422,"post":424,"body":425,"path":426},[417,420,421],{"key":243,"example":418,"schema":18,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"default_value":41,"required":17,"name":41,"description":419},"microsoft-azure","The company's short name, as it appears in its LinkedIn URL.",{"key":139,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":141,"required":6,"name":41,"description":142},{"key":144,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":145,"required":6,"name":41,"description":146},[423],{"key":56,"is_auth":17,"example":57,"example_disabled":17,"example_type":52,"name":58,"description":57,"required":17,"always_error":59},[],[],[],[428,430,433,436,439,442,445,448],{"status":65,"status_code":66,"description":154,"schema":155,"examples":429,"example":41},[],{"status":71,"status_code":72,"description":73,"schema":74,"examples":431,"example":78},[432],{"name":77,"summary":41,"description":41,"example":78},{"status":80,"status_code":81,"description":82,"schema":74,"examples":434,"example":85},[435],{"name":77,"summary":41,"description":41,"example":85},{"status":87,"status_code":88,"description":89,"schema":74,"examples":437,"example":92},[438],{"name":77,"summary":41,"description":41,"example":92},{"status":94,"status_code":95,"description":96,"schema":97,"examples":440,"example":100},[441],{"name":77,"summary":41,"description":41,"example":100},{"status":102,"status_code":103,"description":104,"schema":74,"examples":443,"example":107},[444],{"name":77,"summary":41,"description":41,"example":107},{"status":109,"status_code":110,"description":111,"schema":74,"examples":446,"example":114},[447],{"name":77,"summary":41,"description":41,"example":114},{"status":116,"status_code":117,"description":118,"schema":74,"examples":449,"example":121},[450],{"name":77,"summary":41,"description":41,"example":121},"Companies",{"endpoints":453,"name":534,"description":41,"ungrouped":6},[454,494],{"blocked":6,"hidden":6,"agent_price":18,"credits":35,"flexible_credits_description":18,"consumptions":455,"description":457,"method":43,"name":458,"url_path":459,"root_url":46,"parameters":460,"responses":475,"result_stats":18},[456],{"name":38,"slug":39,"cost":40,"label":41,"avg":18},"Use the `jobId` from a result with `/jobs/detail/{jobId}`.","Search job postings","/jobs/search",{"url":461,"header":470,"post":472,"body":473,"path":474},[462,465,468,469],{"key":187,"example":463,"schema":18,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"default_value":41,"required":17,"name":41,"description":464},"backend","Search term for the job title or description.",{"key":466,"example":195,"schema":18,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"default_value":41,"required":6,"name":41,"description":467},"geoId","Location code. Türkiye is `102105699`; worldwide is `92000000`.",{"key":139,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":141,"required":6,"name":41,"description":142},{"key":144,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":203,"required":6,"name":41,"description":204},[471],{"key":56,"is_auth":17,"example":57,"example_disabled":17,"example_type":52,"name":58,"description":57,"required":17,"always_error":59},[],[],[],[476,479,482,485,488,491],{"status":65,"status_code":66,"description":477,"schema":386,"examples":478,"example":41},"A page of job postings.",[],{"status":71,"status_code":72,"description":73,"schema":74,"examples":480,"example":78},[481],{"name":77,"summary":41,"description":41,"example":78},{"status":94,"status_code":95,"description":96,"schema":97,"examples":483,"example":100},[484],{"name":77,"summary":41,"description":41,"example":100},{"status":102,"status_code":103,"description":104,"schema":74,"examples":486,"example":107},[487],{"name":77,"summary":41,"description":41,"example":107},{"status":109,"status_code":110,"description":111,"schema":74,"examples":489,"example":114},[490],{"name":77,"summary":41,"description":41,"example":114},{"status":116,"status_code":117,"description":118,"schema":74,"examples":492,"example":121},[493],{"name":77,"summary":41,"description":41,"example":121},{"blocked":6,"hidden":6,"agent_price":18,"credits":35,"flexible_credits_description":18,"consumptions":495,"description":497,"method":43,"name":498,"url_path":499,"root_url":46,"parameters":500,"responses":511,"result_stats":18},[496],{"name":38,"slug":39,"cost":40,"label":41,"avg":18},"Returns the full description for a posting. Several fields are only present on some\npostings; the company name is most reliably taken from the search result that\nprovided the `jobId`.","Get a job posting","/jobs/detail/{jobId}",{"url":501,"header":502,"post":504,"body":505,"path":506},[],[503],{"key":56,"is_auth":17,"example":57,"example_disabled":17,"example_type":52,"name":58,"description":57,"required":17,"always_error":59},[],[],[507],{"key":508,"example":509,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"name":41,"description":510,"required":17},"jobId","4458090637","The posting's identifier, from `/jobs/search` or `/company/{companyId}/jobs`.",[512,516,519,522,525,528,531],{"status":65,"status_code":66,"description":513,"schema":514,"examples":515,"example":41},"The job posting.","{\"allOf\":[{\"type\":\"object\",\"description\":\"The standard wrapper around every successful response.\",\"properties\":{\"success\":{\"type\":\"boolean\",\"const\":true},\"data\":{\"description\":\"The payload \\u2014 an object or an array, depending on the endpoint.\"},\"cursor\":{\"type\":[\"string\",\"null\"],\"description\":\"Pass this as `start` to fetch the next page. `null` on the last page.\",\"example\":\"25\"},\"hasMore\":{\"type\":\"boolean\",\"description\":\"Whether more results are available.\"}},\"required\":[\"success\",\"data\",\"cursor\",\"hasMore\"]},{\"type\":\"object\",\"properties\":{\"data\":{\"type\":\"object\",\"properties\":{\"jobId\":{\"type\":\"string\"},\"jobTitle\":{\"type\":\"string\"},\"company\":{\"type\":[\"string\",\"null\"],\"description\":\"The hiring company's name. Not populated on every posting \\u2014 take it from the\\nsearch result that provided the `jobId` when it is absent here.\\n\"},\"companyUrl\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"location\":{\"type\":[\"string\",\"null\"]},\"workplaceType\":{\"description\":\"Where the role is performed. Returned either as a display string or as one or\\nmore LinkedIn workplace-type identifiers, depending on the posting.\\n\",\"oneOf\":[{\"type\":\"null\"},{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"examples\":[\"Uzaktan\",[\"urn:li:fs_workplaceType:1\"]]},\"employmentType\":{\"type\":[\"string\",\"null\"],\"description\":\"Employment basis, such as full-time or contract. May be returned as a LinkedIn\\nemployment-status identifier.\\n\",\"examples\":[\"FULL_TIME\",\"urn:li:fs_employmentStatus:FULL_TIME\"]},\"seniorityLevel\":{\"type\":[\"string\",\"null\"],\"example\":\"MID_SENIOR\"},\"jobDescription\":{\"type\":[\"string\",\"null\"],\"description\":\"The full posting text.\"},\"publishDate\":{\"type\":[\"integer\",\"null\"],\"description\":\"Unix timestamp in milliseconds.\",\"example\":1740000000000},\"applicantCount\":{\"type\":[\"integer\",\"null\"]},\"applyUrl\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"}},\"required\":[\"jobId\"]}}}]}",[],{"status":71,"status_code":72,"description":73,"schema":74,"examples":517,"example":78},[518],{"name":77,"summary":41,"description":41,"example":78},{"status":80,"status_code":81,"description":82,"schema":74,"examples":520,"example":85},[521],{"name":77,"summary":41,"description":41,"example":85},{"status":87,"status_code":88,"description":89,"schema":74,"examples":523,"example":92},[524],{"name":77,"summary":41,"description":41,"example":92},{"status":102,"status_code":103,"description":104,"schema":74,"examples":526,"example":107},[527],{"name":77,"summary":41,"description":41,"example":107},{"status":109,"status_code":110,"description":111,"schema":74,"examples":529,"example":114},[530],{"name":77,"summary":41,"description":41,"example":114},{"status":116,"status_code":117,"description":118,"schema":74,"examples":532,"example":121},[533],{"name":77,"summary":41,"description":41,"example":121},"Jobs",{"endpoints":536,"name":624,"description":41,"ungrouped":6},[537,582],{"blocked":6,"hidden":6,"agent_price":18,"credits":35,"flexible_credits_description":18,"consumptions":538,"description":540,"method":43,"name":541,"url_path":542,"root_url":46,"parameters":543,"responses":556,"result_stats":18},[539],{"name":38,"slug":39,"cost":40,"label":41,"avg":18},"Returns an empty list when the post has no comments.","List comments on a post","/posts/{postId}/comments",{"url":544,"header":547,"post":549,"body":550,"path":551},[545,546],{"key":139,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":141,"required":6,"name":41,"description":142},{"key":144,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":203,"required":6,"name":41,"description":204},[548],{"key":56,"is_auth":17,"example":57,"example_disabled":17,"example_type":52,"name":58,"description":57,"required":17,"always_error":59},[],[],[552],{"key":553,"example":554,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"name":41,"description":555,"required":17},"postId","7499133701344083968","The post's `ugcPostId`, taken from `/person-profile/posts` or `/company/posts`.\nUse `ugcPostId` here, not `activityId`.",[557,561,564,567,570,573,576,579],{"status":65,"status_code":66,"description":558,"schema":559,"examples":560,"example":41},"A page of comments. May be empty.","{\"allOf\":[{\"type\":\"object\",\"description\":\"The standard wrapper around every successful response.\",\"properties\":{\"success\":{\"type\":\"boolean\",\"const\":true},\"data\":{\"description\":\"The payload \\u2014 an object or an array, depending on the endpoint.\"},\"cursor\":{\"type\":[\"string\",\"null\"],\"description\":\"Pass this as `start` to fetch the next page. `null` on the last page.\",\"example\":\"25\"},\"hasMore\":{\"type\":\"boolean\",\"description\":\"Whether more results are available.\"}},\"required\":[\"success\",\"data\",\"cursor\",\"hasMore\"]},{\"type\":\"object\",\"properties\":{\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"commentId\":{\"type\":\"string\"},\"text\":{\"type\":[\"string\",\"null\"]},\"authorName\":{\"type\":[\"string\",\"null\"]},\"authorHeadline\":{\"type\":[\"string\",\"null\"]},\"authorProfileId\":{\"type\":[\"string\",\"null\"],\"description\":\"The commenter's member identifier, usable with `\\/person-profile`.\"},\"authorProfileUrl\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"createdAt\":{\"type\":[\"integer\",\"null\"],\"description\":\"Unix timestamp in milliseconds.\",\"example\":1740000000000},\"isPostAuthor\":{\"type\":[\"boolean\",\"null\"],\"description\":\"Whether the commenter is the author of the post.\"}},\"required\":[\"commentId\"]}}}}]}",[],{"status":71,"status_code":72,"description":73,"schema":74,"examples":562,"example":78},[563],{"name":77,"summary":41,"description":41,"example":78},{"status":80,"status_code":81,"description":82,"schema":74,"examples":565,"example":85},[566],{"name":77,"summary":41,"description":41,"example":85},{"status":87,"status_code":88,"description":89,"schema":74,"examples":568,"example":92},[569],{"name":77,"summary":41,"description":41,"example":92},{"status":94,"status_code":95,"description":96,"schema":97,"examples":571,"example":100},[572],{"name":77,"summary":41,"description":41,"example":100},{"status":102,"status_code":103,"description":104,"schema":74,"examples":574,"example":107},[575],{"name":77,"summary":41,"description":41,"example":107},{"status":109,"status_code":110,"description":111,"schema":74,"examples":577,"example":114},[578],{"name":77,"summary":41,"description":41,"example":114},{"status":116,"status_code":117,"description":118,"schema":74,"examples":580,"example":121},[581],{"name":77,"summary":41,"description":41,"example":121},{"blocked":6,"hidden":6,"agent_price":18,"credits":35,"flexible_credits_description":18,"consumptions":583,"description":585,"method":43,"name":586,"url_path":587,"root_url":46,"parameters":588,"responses":598,"result_stats":18},[584],{"name":38,"slug":39,"cost":40,"label":41,"avg":18},"Returns an empty list when the post has no reactions.","List reactions on a post","/posts/{postId}/reactions",{"url":589,"header":592,"post":594,"body":595,"path":596},[590,591],{"key":139,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":141,"required":6,"name":41,"description":142},{"key":144,"example":41,"schema":18,"example_disabled":6,"example_type":52,"value_type":140,"enum_values":18,"default_value":203,"required":6,"name":41,"description":204},[593],{"key":56,"is_auth":17,"example":57,"example_disabled":17,"example_type":52,"name":58,"description":57,"required":17,"always_error":59},[],[],[597],{"key":553,"example":554,"example_disabled":6,"example_type":52,"value_type":52,"enum_values":18,"name":41,"description":555,"required":17},[599,603,606,609,612,615,618,621],{"status":65,"status_code":66,"description":600,"schema":601,"examples":602,"example":41},"A page of reactions. May be empty.","{\"allOf\":[{\"type\":\"object\",\"description\":\"The standard wrapper around every successful response.\",\"properties\":{\"success\":{\"type\":\"boolean\",\"const\":true},\"data\":{\"description\":\"The payload \\u2014 an object or an array, depending on the endpoint.\"},\"cursor\":{\"type\":[\"string\",\"null\"],\"description\":\"Pass this as `start` to fetch the next page. `null` on the last page.\",\"example\":\"25\"},\"hasMore\":{\"type\":\"boolean\",\"description\":\"Whether more results are available.\"}},\"required\":[\"success\",\"data\",\"cursor\",\"hasMore\"]},{\"type\":\"object\",\"properties\":{\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"reactionType\":{\"type\":\"string\",\"enum\":[\"LIKE\",\"PRAISE\",\"EMPATHY\",\"INTEREST\",\"APPRECIATION\",\"ENTERTAINMENT\"]},\"memberId\":{\"type\":\"string\",\"description\":\"Usable with `\\/person-profile`.\"},\"name\":{\"type\":[\"string\",\"null\"]},\"headline\":{\"type\":[\"string\",\"null\"]},\"profileUrl\":{\"type\":[\"string\",\"null\"],\"format\":\"uri\"},\"networkDistance\":{\"type\":[\"string\",\"null\"],\"description\":\"How far the reacting member is from the account's network.\",\"example\":\"3.+\"}},\"required\":[\"reactionType\",\"memberId\"]}}}}]}",[],{"status":71,"status_code":72,"description":73,"schema":74,"examples":604,"example":78},[605],{"name":77,"summary":41,"description":41,"example":78},{"status":80,"status_code":81,"description":82,"schema":74,"examples":607,"example":85},[608],{"name":77,"summary":41,"description":41,"example":85},{"status":87,"status_code":88,"description":89,"schema":74,"examples":610,"example":92},[611],{"name":77,"summary":41,"description":41,"example":92},{"status":94,"status_code":95,"description":96,"schema":97,"examples":613,"example":100},[614],{"name":77,"summary":41,"description":41,"example":100},{"status":102,"status_code":103,"description":104,"schema":74,"examples":616,"example":107},[617],{"name":77,"summary":41,"description":41,"example":107},{"status":109,"status_code":110,"description":111,"schema":74,"examples":619,"example":114},[620],{"name":77,"summary":41,"description":41,"example":114},{"status":116,"status_code":117,"description":118,"schema":74,"examples":622,"example":121},[623],{"name":77,"summary":41,"description":41,"example":121},"Posts",[],[],[628],{"type":629,"slug":630,"blocked":6,"period":631,"currency":632,"pricing":633,"rate_limit":638,"objects":639,"name":642,"display_name":18,"features":643},"periodic","f68lb0pilgftks0y3q7txhwt","1 MONTH","usd",{"price":634,"credits":635,"past_due_timeout_num":636,"past_due_timeout_type":637},0,250,3,"DAY",{"max_requests":35,"time_window":35},[640],{"id":641,"name":38,"slug":39,"quota":635,"tiers":18},"n0da27e66","250 Credits",[],[],"2024-08-13",{"canonical":647,"page_title":648,"meta":649},"https://jojapi.com/hub/api/linkedin","LinkedIn API Documentation & Playground - JoJ API",{"description":7,"keywords":650},"API,API Documentation,API Playground,Plans & Pricing,LinkedIn,glavier",{"status":4,"discussions":652},[653],{"id":654,"title":655,"created_at":656,"updated_at":657,"created_by":658,"message_count":636,"is_public":17},"68c00115ef46d3.02759680","Is this API works or not?","2025-09-09 10:27:33","2026-06-02 13:45:22",{"nick":659,"photo_url":18},"stefan-smiljkovic"]