Skip to main content
POST
Update Account Limits
To update account-specific operational limits (like daily profile visits, search limits, or batch size), use this endpoint. The params object contains the updated values for batch size, daily limits per action, or time gaps between batches.

Parameter Keys

Headers

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

Request Body

string
required
Account hash to update. Example: "2372242060b59e03ac39f7691765bbf8"
string
required
Account type identifier. Example: "sales-nav-sync"
object
required
Object containing limit parameters to update. Example: {"batch": 20, "profiles": 150, "searches": 199, "batch_hours": 2}

Response Field Explanations

object
Default account limits for this account type. Example: {...}
object
User-configured limits with current usage tracking. Example: {...}
integer
Current batch count. Example: 0
string
Timestamp of last batch execution. Example: "18/07/2022 21:47:09"
integer
Current usage count for this attribute today. Example: 0
integer
Unix timestamp when the daily counter resets. Example: 1716508800
Adjust batch and batch_hours to control how aggressively your account scrapes. Lower values help avoid platform rate limits.
Don’t exceed the max values defined in the account type’s default params. Higher limits may trigger anti-bot measures.
The params.user object tracks real-time usage. Use it to monitor how close you are to daily limits.
Set conservative limits initially and increase gradually based on your account’s health and platform tolerance.

Code Examples

Response

200
400
404