# Search LinkedIn posts

`needleSearchLinkedinPosts`

Search LinkedIn posts. Provide either keywords or a LinkedIn post searchUrl, not both.

**Input**

- `connectedAccountId` (string · uuid, required): Connected account to act as
- `keywords` (string, optional)
- `searchUrl` (string · uri, optional): A search URL copied from LinkedIn, searching for the same kind of entity this endpoint returns. Filters carried in the URL take precedence.
- `cursor` (string, optional)
- `limit` (integer, optional): Page size, capped at 49 for a post keyword search. Use cursor for the next page.
