获取公司帖子/Get company's posts

LinkedInapi

About

获取公司帖子/Get company's posts

Documentation

获取公司帖子/Get company's posts

⚠️ 注意 / Note

本接口由有限的资源池提供服务,在高并发或资源紧张时可能间歇性返回 400 或其他错误。 此类失败通常是暂时性的,重试即可成功。建议客户端实现自动重试机制,推荐 retry = 3

This endpoint is served from a limited resource pool and may intermittently return 400 or other errors under load. Such failures are typically transient and succeed on retry. We recommend implementing automatic retries with retry = 3.

[中文]

用途:

  • 按公司主页 URL 获取该公司的帖子。

参数:

  • url: 公司主页 URL。
  • start: 翻页偏移,第 1 页传 0,第 2 页传 50,以此类推。
  • pagination_token: 翻页时传上一次响应 paging 里的 token。
  • sort_by: top 或 recent。

返回:

  • data: 帖子列表;paging: 翻页信息(count / start / pagination_token)。

[English]

Purpose:

  • Fetch a company's posts by company URL.

Parameters:

  • url: Company URL.
  • start: Pagination offset — 0 for page 1, 50 for page 2, and so on.
  • pagination_token: Token from the paging object of the previous response.
  • sort_by: top or recent.

Returns:

  • data: list of posts; paging: pagination info (count / start / pagination_token).

[示例/Example]

url = "https://www.linkedin.com/company/microsoft/", sort_by = "top"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取公司帖子/Get company's posts

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models