Fetch results from a search with optional date filtering and pagination.
✅ No credits charged.
searches:results:read permission.
| Parameter | Type | Description |
|---|---|---|
id | string | The unique search ID |
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 50 | Number of results per page (max 500) |
cursor | string | - | Pagination cursor |
from | string | - | Filter to posts created after this date (ISO 8601 format, e.g., 2025-01-20) |
| Field | Description |
|---|---|
id | Unique result identifier |
source | Platform (linkedin, twitter, reddit, etc.) |
author.name | Author’s display name |
author.username | Author’s handle/username |
author.profile_url | Link to author’s profile |
author.avatar | Author’s profile image |
content.text | Full post/comment text |
content.url | Direct link to the content |
content.media | Array of media URLs |
engagement.likes | Number of likes/reactions |
engagement.comments | Number of comments |
published_at | When the content was posted |
collected_at | When Trigify collected it |
Search ID
"search_abc123xyz"
Start date (ISO 8601), e.g., 2025-01-20
End date (ISO 8601), e.g., 2025-01-26
Filter by source: linkedin,twitter,reddit (comma-separated)
Max results (default 50, max 500)
1 <= x <= 500Pagination cursor
Sort order
newest, oldest, engagement