redfin_agent
Retrieve structured agent profile data from a Redfin agent profile URL, including name, contact, brokerage, ratings, and recent transactions.
Instructions
Retrieve parsed Redfin real-estate agent profile data.
Returns structured agent data — name, contact, brokerage, ratings, and
recent transactions/listings — from a Redfin agent profile page.
When to use:
- Extracting an agent's profile and activity from their Redfin URL
- Agent research or lead building
When NOT to use:
- Property or search data (use the other Redfin tools)
Args:
params (RedfinAgentParams): url (required, full Redfin agent profile
URL) plus optional tld, country_code, and output_format.
Returns:
str: JSON (default) or CSV containing the structured agent 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 |