v4

latestOpenAPI 3.1.02026-08-012281296.0 MB
LinkedIn activity

Search LinkedIn posts by keywords

Search LinkedIn posts using keyword-based queries. Returns a paginated list of posts matching the search criteria, up to 50 per page.

Keyword Search Syntax:

  • Exact phrase: Wrap keywords in quotes for exact phrase matching. "head of sales" matches the exact phrase, not the individual words.
  • AND: Use AND between keywords to require both terms. sales AND engineering matches posts containing both words.
  • OR: Use OR between keywords to match posts containing any of the terms. sales OR marketing matches posts with either word.
  • NOT: Use NOT before a keyword to exclude posts containing that term. sales NOT recruiter matches posts with "sales" but without "recruiter".
  • Parentheses: Group terms to control operator precedence. (sales OR marketing) AND "series A" finds posts about either sales or marketing that also mention "series A".

Order of precedence:

  1. Quotes (" "): Exact phrase match. Phrase matching occurs before any Boolean logic is applied.
  2. Parentheses (()): Used to explicitly group Boolean logic. Grouped expressions are evaluated before ungrouped logic.
  3. NOT: Applied after any parentheses or quoted phrases are resolved.
  4. AND: Evaluated after NOT but before OR.
  5. OR: Lowest precedence among Boolean operators.

<span><strong>Rate limit:</strong> 300 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary."></span></span>

<span><strong>Recommended timeout:</strong> 1 minute <span title="Recommended timeout: set your HTTP client timeout to at least 1 minute for this endpoint."></span></span>

post/v1/linkedin-live-fetch/posts/search

Request body

apiKeystring required

Your Fiber API key

keywordsstring required

Keywords to search for in LinkedIn posts (comma-separated)

recency'Day' | 'Week' | 'Month' | 'Quarter' | 'HalfYear' | 'Year' | 'null' nullable

Filter by post age. Options: Day, Week, Month, Quarter, HalfYear, Year. Defaults to all time if omitted.

cursorstring nullable

Pagination cursor for fetching additional pages of posts

Response

Default Response

advicestring[] nullable

Tips, recommendations, and suggestions for using this API effectively.