Update Squid
Squid
Update Squid
Update squid settings including parameters, concurrency, scheduling, and delivery integrations
POST
Update Squid
This endpoint updates an existing squid’s settings using its hash ID. You can configure crawler parameters, execution settings, scheduling, notifications, and data delivery integrations.
Squid Settings
Display name for the squid. Example:
"My Custom Squid"Enable (true) or disable (false) the squid. Example:
trueNumber of concurrent tasks to run simultaneously (1-20). Example:
2Stop after all tasks complete (true) or run until credits exhausted (false). Example:
falseExport only unique results, removing duplicates. Example:
trueRemove newlines from exported data. Example:
trueNotification preference: null (no notifications), “on_success”, or “on_error”. Example:
"on_success"Cron expression for scheduling automated runs. Example:
"0 10 * * *"Timezone identifier for schedule execution. Example:
"Europe/Paris"Headers
Your API authentication token. Value:
Token YOUR_API_KEYMust be application/json. Value:
application/jsonQuery Parameters
The unique identifier (hash) of the squid to update. Example:
e86b29c032024b66aff529e1d43c2bd7Optional function parameters (in params.functions) cost extra credits per row. Check the crawler details for pricing.
Code Examples
Response
200