Same as `info` but always force-fetches fresh data from the source

GET /api/properties/updated-info/

1 credit

Identical response shape to info — see that endpoint's docs for fields and FAQ. The difference: info is the fast lookup and may serve recently stored data; updated-info always returns the freshest available record. Use this when freshness matters more than the ~2-second latency cost — pricing decisions, just-listed alerts, post-sale confirmation. Costs 1 credit per call (cheaper than info because the cache hit-rate doesn't apply).

Parameters

Responses

More in Property Lookup