Skip to main content
GET
Search Posts

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

keyword
string
required
page
integer
default:1

Page number for pagination

Example:

1

date_posted
enum<string>

Filter by date posted

Available options:
past_month,
past_week,
past_24h
Example:

"past_week"

sort_by
enum<string>

Sort posts by criteria

Available options:
date_posted,
relevance
Example:

"relevance"

content_type
enum<string>

Filter by type of content

Available options:
videos,
photos,
jobs,
live_videos,
documents,
collaborative_articles
Example:

"videos"

from_member
string

Filter by member, separate by comma

Example:

"ACoAAAh09F8BdCO0Oo5R9_sH8-xuXN6TwaXqGTs,ACoAAAOnueQBiDRKsJRbPyxIrAvU7lbsIYtC7E8"

from_company
string

Filter by company, separate by comma

Example:

"10649600,10649601"

limit
number

Limit the number of posts to return

Required range: x <= 50
Example:

10

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

total
number

Total number of posts

Example:

500

has_more
boolean

Whether there are more posts to fetch

Example:

true

data
object[]

Search Posts