Search and list posts
Posts
Search and list posts
Search and retrieve posts with pagination.
GET
Search and list posts
Authorizations
Headers
Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.
Example:
"ko"
Query Parameters
Body keyword
Maximum string length:
100Company handle to search
Maximum string length:
255Pattern:
^[A-Za-z0-9_-]+$Only posts with images
Only posts with Open Graph data
Posted at >= (ISO datetime)
Posted at <= (ISO datetime)
Page number to retrieve (starts at 1, default 1)
Required range:
x >= 1Page size (1-50, default 20)
Required range:
1 <= x <= 50Sort order (RELEVANCE: relevance, default; RECENT: newest)
Available options:
RELEVANCE, RECENT Response
OK
Paginated response. page starts at 1. If page > totalPages, items is an empty array.