Skip to main content
POST
Update Settings
Update the configuration of your Facebook Private Group Posts Scraper squid. Pass crawler-specific settings inside the params object.

Headers

string
required
Your API authentication token. Value: Token YOUR_API_KEY
string
required
Must be application/json. Value: application/json

Body

object
Crawler-specific settings. See fields below.

Settings Fields

string
Only collect posts published after this point. Use a relative duration (e.g. "24h", "7d", "2w") or an absolute date (YYYY-MM-DD).
string
Timezone for interpreting an absolute fetch_since date (e.g. "Europe/Paris"). Only applies when fetch_since is an absolute date — ignored for relative values like "24h" or "7d".
Set fetch_since to null to collect all posts, or use a relative duration ("24h", "7d", "2w") or absolute date (YYYY-MM-DD) to collect only recent posts. When using an absolute date, set fetch_since_timezone to interpret it in the correct timezone (e.g. "Europe/Paris").

Code Examples

Response

201