POST
/
search-posts
curl --request POST \
  --url https://fresh-linkedin-profile-data.p.rapidapi.com/search-posts \
  --header 'Content-Type: application/json' \
  --header 'x-rapidapi-key: <api-key>' \
  --data '{
  "search_keywords": "marketing",
  "sort_by": "Latest",
  "date_posted": "Past week",
  "content_type": "Images",
  "from_member": [
    "ACoAAAGafwYBi3pXOoVVwIyAFc453DuIv50jfTA"
  ],
  "from_company": [
    1035,
    1586
  ],
  "mentioning_member": [
    "ACoAAAGafwYBi3pXOoVVwIyAFc453DuIv50jfTA"
  ],
  "mentioning_company": [
    1035,
    1586
  ],
  "author_company": [
    1035,
    1586
  ],
  "author_industry": [
    3,
    4
  ],
  "author_keyword": "marketing manager",
  "page": 1
}'
{
  "data": [
    {
      "num_comments": null,
      "num_likes": null,
      "num_shares": null,
      "post_type": "photo",
      "post_url": "https://www.linkedin.com/feed/update/urn:li:activity:7206932158031003648/",
      "posted": "2024-06-13 08:15:24",
      "poster_linkedin_url": "https://www.linkedin.com/in/ACoAAAJcHacBGQdA-cxEAGl5Q1swIHXwixZMAK4?miniProfileUrn=urn%3Ali%3Afs_miniProfile%3AACoAAAJcHacBGQdA-cxEAGl5Q1swIHXwixZMAK4",
      "poster_name": "Ron Bar El",
      "poster_title": "Chief TechStoryteller Officer | Founder of turba, Tech storytelling & Brand strategy agency | Speaker",
      "text": "The #AI #Narrative War: Beyond the technological battle for AI supremacy among the tech giants...",
      "urn": "7206932158031003648"
    }
  ],
  "message": "ok",
  "total": 397
}

Authorizations

x-rapidapi-key
string
header
required

Body

application/json
search_keywords
string
Example:

"marketing"

sort_by
enum<string>
Available options:
Latest,
Relevance
Example:

"Latest"

date_posted
enum<string> | null

Filter posts by a specific date or date range.

Available options:
Past 24 hours,
Past week,
Past month,
past-year,
past-2y,
past-3y
Example:

"Past week"

content_type
enum<string> | null
Available options:
Videos,
Images,
Job posts,
Live videos,
Documents,
Collaborative articles
Example:

"Images"

from_member
string[] | null

List of LinkedIn URNs.

Example:
["ACoAAAGafwYBi3pXOoVVwIyAFc453DuIv50jfTA"]
from_company
integer[] | null

Learn how to find a company_id.

Example:
[1035, 1586]
mentioning_member
string[] | null

List of LinkedIn URNs.

Example:
["ACoAAAGafwYBi3pXOoVVwIyAFc453DuIv50jfTA"]
mentioning_company
integer[] | null

Learn how to find a company_id.

Example:
[1035, 1586]
author_company
integer[] | null

Learn how to find a company_id.

Example:
[1035, 1586]
author_industry
integer[] | null

All industry codes could be found on this page.

Example:
[3, 4]
author_keyword
string | null

Author title keywords.

Example:

"marketing manager"

page
integer
Example:

1

Response

200
application/json
Success.
data
object[]
required
message
string
required
Example:

"ok"

total
integer
required
Example:

397