redfin_for_rent
Get structured rental data from a Redfin property page: rent, beds, baths, square footage, address, description, photos, and availability.
Instructions
Retrieve parsed Redfin listing data for a rental property.
Returns structured rental data — rent, beds/baths, square footage, address,
description, photos, and availability — from a Redfin rental property page.
When to use:
- Extracting details for a specific rental from its Redfin URL
- Rental-market data collection or listing monitoring
When NOT to use:
- A for-sale listing (use 'redfin_for_sale')
- A search-results page (use 'redfin_search') or agent profile ('redfin_agent')
Args:
params (RedfinForRentParams): url (required, full Redfin rental URL)
plus optional raw, tld, country_code, and output_format.
Returns:
str: JSON (default) or CSV containing the structured rental 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 |