facebook_search_posts
Search Facebook posts by keyword with optional date, location, and time filters to find relevant content.
Instructions
Search for Facebook posts by keyword with optional location and time filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| end_time | No | Filter posts before this date (YYYY-MM-DD) | |
| end_cursor | No | Pagination cursor | |
| start_time | No | Filter posts after this date (YYYY-MM-DD) | |
| location_uid | No | Location UID for filtering | |
| recent_posts | No | When "true", shows only recent posts |