LinkedIn Posts Search API
Universal search across LinkedIn posts with 9 filters, 3 sort modes, and pagination. Use cases: - Find hiring posts (isHiring=true) - Find fresh low-competition posts (postedWithinHours + maxComments) - Find posts by keyword and country (query + country) - Find high-engagement posts (query + minLikes + sortBy=top) - Find posts with external links (hasLink=true) - Export a filtered dataset
LinkedIn Posts Search API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
searchPostsGet /search-posts |
Same search as POST, but filters are passed as query parameters. Convenient for browser testing and RapidAPI. `hashtags` may be repeated or comma-separated. |
| POST |
searchPosts /search-posts |
Universal search endpoint with rich filters, three sort modes, and offset/limit pagination. Use POST for integrations and complex filters. |
| System | ||
| GET |
health /health |
|
| Other endpoints | ||
| POST |
searchPosts /search-posts |
Universal search endpoint with rich filters, three sort modes, and offset/limit pagination. Use POST for integrations and complex filters. |
LinkedIn Posts Search API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $20 / month | — |
|
| ULTRA | $120 / month | — |
|
| MEGA | $450 / month | — |
|