Skip to documentation
Browse documentation

Market trends

Read public Redfin Data Center regional trend rows from JSON or CSV downloads.

Capability ID redfin.market.trends
Cost 1 credit per request
Maximum runtime 45 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

end_date string optional

Optional inclusive period end in YYYY-MM-DD format.

limit integer optional

Maximum matching monthly rows to return.

Example 12
metric string optional

Normalized market metric returned in each row value.

Example median_sale_price
Available values median_sale_price
region string required

Exact Redfin Data Center region name, for example Seattle, WA.

Example Seattle, WA
start_date string optional

Optional inclusive period start in YYYY-MM-DD format.

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
metric string median_sale_price
region string Seattle, WA
rows array 3 items
rows array 3 items
source string Redfin Data Center S3 housing_market/monthly/top_50_cities.csv

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.