Redfin Agent Profile API
Get structured data from Redfin agent profile pages using redfin/agent-profile.
Full URL:
curl -GET "https://proxy.scrapeops.io/v1/structured-data/redfin/agent-profile?api_key=YOUR_API_KEY&url=https%3A%2F%2Fwww.redfin.com%2Freal-estate-agents%2Fmichael-kowalski"
From parameters:
curl -GET "https://proxy.scrapeops.io/v1/structured-data/redfin/agent-profile?api_key=YOUR_API_KEY&agent=michael-kowalski"
Authorisation - API Key
To use the ScrapeOps proxy, you first need an API key which you can get by signing up for a free account.
Your API key must be included with every request using the api_key query parameter otherwise the API will return a 403 Forbidden Access status code.
Parameters
| Parameter | Description |
|---|---|
api_key | Required. Your API key. |
url | Full agent profile URL. |
agent | Agent slug. |
country | Proxy geotargeting. |
tld | Optional Redfin TLD override. |