logo
SearchPost Keyword Search

Post Keyword Search

Search LinkedIn posts by keyword with filters for date, content type, author industry, and more.

Pricing: 6 credits per call

curl -X POST "https://v3-api.texau.com/api/v1/post_keyword_search" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
  "keyword": "bitcoin",
  "sort": "RELEVANCE",
  "datePosted": "PAST_24_HOURS",
  "page": 0,
  "size": 10
}'
{
  "content": [
    {}
  ],
  "totalElements": 42,
  "numberOfElements": 42,
  "totalPages": 25
}
POST
/post_keyword_search
POST
API Key (header: x-api-key)
x-api-keystring
Required

Your TexAu API key. Contact TexAu to obtain one.

Your TexAu API key. Contact TexAu to obtain one.
Content-Typestring
Required

The media type of the request body

Options: application/json
keywordstring
Required

Search keyword

sortstring
Options: RELEVANCE, DATE_POSTED
datePostedstring
Options: PAST_24_HOURS, PAST_WEEK, PAST_MONTH
contentTypestring
Options: VIDEO, IMAGE, JOB, LIVE_VIDEO, DOCUMENT, COLLABORATIVE_ARTICLE
fromPersonarray

Filter by person entity URNs

fromCompanyarray

Filter by company entity URNs

authorIndustryarray

Filter by author industry

authorKeywordarray

Filter by author job titles

sizeinteger
Min: 1 • Max: 50
Request Preview
Response

Response will appear here after sending the request

Authentication

header
x-api-keystring
Required

API Key for authentication. Your TexAu API key. Contact TexAu to obtain one.

Body

application/json
keywordstring
Required

Search keyword

sortstring
Allowed values:RELEVANCEDATE_POSTED
datePostedstring
Allowed values:PAST_24_HOURSPAST_WEEKPAST_MONTH
contentTypestring
Allowed values:VIDEOIMAGEJOBLIVE_VIDEODOCUMENTCOLLABORATIVE_ARTICLE
fromPersonarray

Filter by person entity URNs

fromCompanyarray

Filter by company entity URNs

authorIndustryarray

Filter by author industry

authorKeywordarray

Filter by author job titles

Responses

contentobject[]
totalElementsinteger
numberOfElementsinteger
totalPagesinteger