---
title: "Get Agent Profile"
method: GET
path: "/v1/zillow/agent"
tags: ["Zillow Agent"]
---

# Get Agent Profile

`GET /v1/zillow/agent`

Get a Zillow real-estate professional's profile, reviews, past sales, and active listings. Provide either username or url.

## Query parameters

- `username` string
- `url` string

## Response `200`

Agent profile

- object
  - `agent` Agent — A Zillow real-estate professional profile (from /profile/{username}).
    - `username` string, nullable
    - `encoded_zuid` string, nullable
    - `name` string, nullable
    - `url` string, nullable
    - `profile_photo` string, nullable
    - `phone` string, nullable
    - `email` string, nullable
    - `business_name` string, nullable
    - `business_address` string, nullable
    - `broker_name` string, nullable
    - `bio` string, nullable
    - `rating` number, nullable
    - `review_count` integer, nullable
    - `recent_sales_count` integer, nullable
    - `total_sales_last_year` integer, nullable
    - `for_sale_count` integer, nullable
    - `for_rent_count` integer, nullable
    - `past_sales_count` integer, nullable
    - `years_experience` integer, nullable
    - `is_top_agent` boolean, nullable
    - `is_team_lead` boolean, nullable
    - `license_number` string, nullable
    - `license_state` string, nullable
    - `website_url` string, nullable
    - `facebook_url` string, nullable
    - `linkedin_url` string, nullable
    - `x_url` string, nullable
    - `video_url` string, nullable
    - `specialties` string[]
    - `service_areas` string[]
    - `languages` string[]
    - `licenses` AgentLicense[]
      - `state` string, nullable
      - `license_type` string, nullable
      - `license_number` string, nullable
      - `status` string, nullable
      - `expiration` string, nullable
    - `professional_information` object[]
    - `reviews` AgentReview[]
      - `rating` integer, nullable
      - `comment` string, nullable
      - `date` string, nullable
      - `date_utc` number, nullable
      - `date_at` string, nullable
      - `work_description` string, nullable
      - `reviewer_name` string, nullable
      - `rebuttal` string, nullable
      - `sub_ratings` object[]
    - `past_sales` PastSale[]
      - `zpid` string, nullable
      - `street_address` string, nullable
      - `city_state_zip` string, nullable
      - `price` integer, nullable
      - `sold_date` string, nullable
      - `sold_date_utc` number, nullable
      - `sold_date_at` string, nullable
      - `bedrooms` number, nullable
      - `bathrooms` number, nullable
      - `living_area` integer, nullable
      - `latitude` number, nullable
      - `longitude` number, nullable
      - `represented` string, nullable
      - `image_url` string, nullable
      - `url` string, nullable
    - `listings` Listing[]
      - `position` integer, required
      - `zpid` string, nullable
      - `id` string, nullable
      - `detail_url` string, nullable
      - `home_type` string, nullable
      - `home_status` string, nullable
      - `status_text` string, nullable
      - `status_type` string, nullable
      - `marketing_status` string, nullable
      - `contingent_listing_type` string, nullable
      - `price` integer, nullable
      - `price_raw` string, nullable
      - `currency` string, nullable
      - `price_change` integer, nullable
      - `date_price_changed_utc` number, nullable
      - `date_price_changed_at` string, nullable
      - `price_reduction` string, nullable
      - `flex_field_text` string, nullable
      - `zestimate` integer, nullable
      - `rent_zestimate` integer, nullable
      - `tax_assessed_value` integer, nullable
      - `beds` number, nullable
      - `baths` number, nullable
      - `living_area` integer, nullable
      - `lot_area_value` number, nullable
      - `lot_area_unit` string, nullable
      - `address` string, nullable
      - `street_address` string, nullable
      - `unit` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `zipcode` string, nullable
      - `country` string, nullable
      - `is_undisclosed_address` boolean, nullable
      - `latitude` number, nullable
      - `longitude` number, nullable
      - `broker_name` string, nullable
      - `provider_listing_id` string, nullable
      - `days_on_zillow` integer, nullable
      - `is_zillow_owned` boolean, nullable
      - `is_featured` boolean, nullable
      - `is_showcase` boolean, nullable
      - `is_fsba` boolean, nullable
      - `is_new_construction` boolean, nullable
      - `is_premier_builder` boolean, nullable
      - `is_preforeclosure_auction` boolean, nullable
      - `is_non_owner_occupied` boolean, nullable
      - `img_src` string, nullable
      - `has_image` boolean, nullable
      - `has_video` boolean, nullable
      - `has_3d_model` boolean, nullable
      - `has_open_house` boolean, nullable
      - `open_house_start` string, nullable
      - `open_house_end` string, nullable
      - `photos` string[]
    - `scraped_utc` number, nullable
    - `scraped_at` string, nullable

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
