redfin_for_sale
Retrieve structured property data—price, beds, baths, square footage, photos, and price history—from any Redfin for-sale listing by providing its URL.
Instructions
Retrieve parsed Redfin listing data for a home for sale.
Returns structured property data — price, beds/baths, square footage,
address, description, photos, price history, and listing details — from a
Redfin for-sale property page.
When to use:
- Extracting details for a specific for-sale property from its Redfin URL
- Real-estate data collection, comps, or listing monitoring
When NOT to use:
- A rental listing (use 'redfin_for_rent')
- A search-results page (use 'redfin_search') or agent profile ('redfin_agent')
Args:
params (RedfinForSaleParams): url (required, full Redfin property URL)
plus optional raw, tld, country_code, and output_format.
Returns:
str: JSON (default) or CSV containing the structured property data.
Raises:
ToolError: If the API key is missing, the rate limit is exceeded, or
the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |