Skip to main content
POST
Update Settings
Update the configuration of your Realtor Listings 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

integer
Maximum number of listings to collect per task. Leave empty for unlimited.
integer
Maximum number of unique results across all tasks in a run. Leave empty for unlimited.
boolean
Visit each listing detail page to collect the full photo gallery, agent and office details, description text, price/tax history, schools, spec sheet, risk scores, and more. Requires one additional request per listing.
string
Filter listings by one or more keywords, comma-separated (e.g. pool, ocean view). Only listings whose description contains at least one keyword are returned.
string
Only collect listings published after this point (based on published_at). Accepts a relative duration (e.g. "24h", "7d", "2w") or an absolute date ("YYYY-MM-DD HH:MM").
string
Timezone for interpreting an absolute fetch_since date (e.g. "America/New_York"). 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 listings, or use a relative duration ("24h", "7d", "2w") or absolute date ("YYYY-MM-DD HH:MM") to collect only recent listings. When using an absolute date, set fetch_since_timezone to interpret it in the correct timezone (e.g. "America/New_York").

Code Examples

Response

201