> ## Documentation Index
> Fetch the complete documentation index at: https://docs.propertydata.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Agent Detail

> Get Agent Detail



## OpenAPI

````yaml api-reference/zillow/openapi.json get /api/v1/agent/detail
openapi: 3.1.0
info:
  title: US Property Data
  description: US Property Data Documentation
  version: 1.0.0
servers:
  - url: https://us-property-data.p.rapidapi.com
    description: RapiAPI
security: []
paths:
  /api/v1/agent/detail:
    get:
      tags:
        - Agent
      summary: Get Agent Detail
      description: Get Agent Detail
      operationId: getApiV1AgentDetail
      parameters:
        - in: query
          name: screen_name
          schema:
            type: string
            description: >-
              Agent screen name used in agent profile URL. Example: from
              https://www.zillow.com/profile/Matt-Laricy the screen name is
              "Matt-Laricy"
            example: Matt-Laricy
          required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  success:
                    type: boolean
                    example: true
                  cost:
                    type: number
                    description: Cost of the request
                    example: 1
                  data:
                    type: object
                    properties:
                      agentLicenses:
                        type: array
                        items:
                          type: object
                          properties:
                            text:
                              type: string
                              description: >-
                                Real estate license number issued by the state
                                authority
                              example: '471003711'
                            state:
                              type: string
                              description: State where the real estate license is issued
                              example: IL
                            status:
                              type: string
                              description: Current status of the license
                              example: active
                            original_status:
                              type: string
                              description: >-
                                Original license status as provided by the
                                licensing authority
                              example: active
                            license_type:
                              type: string
                              description: Type of real estate license
                              example: agent
                            expiration:
                              type: string
                              description: License expiration date in YYYY-MM-DD format
                              example: '2027-04-30'
                        description: >-
                          List of active and historical real estate licenses
                          associated with the agent
                      agentSalesStats:
                        type: object
                        properties:
                          countAllTime:
                            type: number
                            description: >-
                              Total number of properties the agent (or team) has
                              sold all time
                            example: 6624
                          countLastYear:
                            type: number
                            description: >-
                              Number of properties the agent (or team) sold in
                              the last 12 months
                            example: 559
                          priceRangeThreeYearMin:
                            type: number
                            description: >-
                              Minimum sale price of properties sold by the agent
                              (or team) in the last 3 years
                            example: 44900
                          priceRangeThreeYearMax:
                            type: number
                            description: >-
                              Maximum sale price of properties sold by the agent
                              (or team) in the last 3 years
                            example: 4350000
                          averageValueThreeYear:
                            type: number
                            description: >-
                              Average sale price of properties sold by the agent
                              (or team) in the last 3 years
                            example: 538118
                          stats_include_team:
                            type: boolean
                            description: >-
                              Indicates whether the sales statistics include
                              team performance in addition to the individual
                              agent
                            example: true
                        description: >-
                          Sales performance statistics of the agent, including
                          total sales, recent activity, and price ranges
                      currentUrl:
                        type: string
                        description: Direct URL to the agent’s Zillow profile page
                        example: https://www.zillow.com/profile/Matt-Laricy
                      displayUser:
                        type: object
                        properties:
                          encodedZuid:
                            type: string
                            description: >-
                              Unique Zillow user ID (ZUID) used to identify the
                              agent profile
                            example: X1-ZUyy58njdzkphl_aqadk
                          screenName:
                            type: string
                            description: Agent screen name used in the profile URL
                            example: Matt-Laricy
                          inCanada:
                            type: boolean
                            description: >-
                              Indicates whether the agent profile is registered
                              in Canada
                            example: false
                          name:
                            type: string
                            description: Full display name of the agent
                            example: Matt Laricy
                          flag:
                            type: number
                            description: Internal Zillow profile flag or status identifier
                            example: 2725629
                          profileTypeIds:
                            type: array
                            items:
                              type: number
                            description: >-
                              List of internal profile type IDs associated with
                              this user
                            example:
                              - 1
                              - 2
                              - 8
                              - 12
                          profileTypes:
                            type: array
                            items:
                              type: string
                            description: >-
                              List of profile roles associated with the user
                              (e.g., agent, broker, consumer)
                            example:
                              - consumer
                              - agent
                              - broker
                              - showcaseBuyer
                          businessAddress:
                            type: object
                            properties:
                              address1:
                                type: string
                                description: >-
                                  Primary street address of the agent’s business
                                  office
                                example: '375 W Erie #103A'
                              address2:
                                type:
                                  - string
                                  - 'null'
                                description: >-
                                  Secondary address line (suite, unit, floor,
                                  etc.)
                                example: null
                              city:
                                type: string
                                description: City where the agent’s business is located
                                example: Chicago
                              state:
                                type: string
                                description: >-
                                  State or province where the agent’s business
                                  is located
                                example: IL
                              postalCode:
                                type: string
                                description: Postal or ZIP code of the business address
                                example: '60654'
                            description: Business office address information of the agent
                          businessName:
                            type: string
                            description: >-
                              Name of the brokerage or real estate company the
                              agent is affiliated with
                            example: Americorp Real Estate
                          isTopAgent:
                            type: boolean
                            description: >-
                              Indicates whether the agent is recognized as a
                              Zillow Top Agent
                            example: true
                          profileImageId:
                            type:
                              - string
                              - 'null'
                            description: Internal profile image identifier (if available)
                            example: null
                          profilePhotoSrc:
                            type: string
                            description: URL of the agent’s profile photo
                            example: >-
                              https://photos.zillowstatic.com/fp/02c54ad6d005384316302c03eb33d50d-h_l.jpg
                          ratings:
                            type: object
                            properties:
                              average:
                                type: number
                                description: Average rating score given by clients
                                example: 5
                              count:
                                type: number
                                description: Total number of client reviews
                                example: 1913
                            description: Client rating and review summary for the agent
                          phoneNumbers:
                            type: object
                            properties:
                              cell:
                                type: string
                                description: Agent’s personal or mobile phone number
                                example: (708) 250-2696
                              brokerage:
                                type: string
                                description: Brokerage office phone number
                                example: (773) 585-5385
                              business:
                                type: string
                                description: Primary business contact phone number
                                example: (708) 250-2696
                            description: Contact phone numbers for the agent and brokerage
                          email:
                            type: string
                            description: Primary contact email address of the agent
                            example: mlaricy@americorpre.com
                        description: >-
                          Basic profile information of the agent including name,
                          contact details, ratings, and brokerage
                      getToKnowMe:
                        type: object
                        properties:
                          title:
                            type: string
                            description: >-
                              Professional title, designation, or role of the
                              agent
                            example: Managing Broker/Partner, e-PRO
                          description:
                            type: string
                            description: >-
                              Agent biography or personal introduction in HTML
                              format
                            example: >
                              <p><span style="color:
                              rgb(0,0,0);background-color:
                              rgb(255,255,255);font-size: small;font-family:
                              arial, helvetica, sans-serif;">As a
                              fourth-generation real estate professional and
                              lifelong Chicagoan, Matt has a deep-rooted
                              perspective on the market that few can match.
                              Raised in the south suburbs, he possesses a strong
                              understanding of the diverse communities that make
                              up both the city and its surrounding suburbs. Matt
                              attended Eastern Illinois University, where he
                              built a solid foundation in business and developed
                              the discipline and work ethic that continue to
                              drive his success today.</span></p>

                              <p style="text-align:start;"></p>

                              <p><span style="color:
                              rgb(0,0,0);background-color:
                              rgb(255,255,255);font-size: small;font-family:
                              arial, helvetica, sans-serif;">Currently serving
                              as the Managing Partner of Americorp and leading
                              the award-winning LARICY Team, Matt has guided
                              clients through every facet of real estate, from
                              first-time buyers to luxury properties and
                              everything in between. Under his leadership, the
                              team has expanded to include a dedicated West
                              Suburban office, further extending their ability
                              to serve clients across the greater Chicagoland
                              area.</span></p>

                              <p><span style="color: inherit;background-color:
                              rgb(255,255,255);font-size: small;font-family:
                              arial, helvetica, sans-serif;">With nearly two
                              decades of industry experience, Matt has
                              consistently been recognized as one of the top
                              professionals in the field. He has been ranked the
                              #1 Agent in Chicago for Volume &amp; Transactions
                              by the Chicago Association of REALTORS&#174; for
                              multiple years, and his team has achieved
                              recognition as the Top Team for Transactions
                              by&#160;<em>Chicago Magazine</em>,&#160;<em>The
                              Real Deal</em>, and&#160;<em>Crain&#8217;s</em>.
                              On a national level, the Wall Street Journal Real
                              Trends report ranked his team #1 in Illinois and
                              #5 in the Nation for medium-sized teams. His
                              accolades also include being
                              named&#160;<em>Chicago
                              Agent&#8217;s</em>&#160;Industry MVP.</span></p>

                              <p><span style="color: inherit;background-color:
                              rgb(255,255,255);font-size: small;font-family:
                              arial, helvetica, sans-serif;">Beyond sales, Matt
                              is committed to sharing his market knowledge.
                              Through his LARICY LIVE podcast, he educates
                              clients, colleagues, and the public on current
                              market conditions and trends.</span></p>

                              <p><span style="color: inherit;background-color:
                              rgb(255,255,255);font-size: small;font-family:
                              arial, helvetica, sans-serif;">Outside of work,
                              Matt is a devoted husband and father of four. His
                              family motivates him daily and reinforces his
                              dedication to building lasting client
                              relationships built on trust, transparency, and
                              integrity. To Matt, real estate is not just about
                              transactions &#8212; it&#8217;s about people. His
                              mission is to help clients achieve their goals
                              with a personalized, client-first
                              approach.</span></p>
                          yearsInIndustry:
                            type: number
                            description: >-
                              Number of years the agent has been working in the
                              real estate industry
                            example: 12
                          videoUrl:
                            type: string
                            description: >-
                              Embedded video URL introducing the agent or their
                              services
                            example: >-
                              https://www.youtube.com/embed/oVYxWNcx4hs?wmode=transparent&rel=0
                          specialties:
                            type: array
                            items:
                              type: string
                            description: >-
                              List of real estate specialties and services
                              offered by the agent
                            example:
                              - Listing Agent
                              - Relocation
                              - First Time Homebuyers
                              - Investment Properties
                          languages:
                            type: array
                            items:
                              type: string
                            description: List of languages spoken by the agent
                            example: []
                          websiteUrl:
                            type: string
                            description: Personal or business website of the agent
                            example: https://mattlaricy.com/
                          facebookUrl:
                            type: string
                            description: Facebook profile or business page URL of the agent
                            example: http://www.facebook.com/mlaricy"
                          linkedInUrl:
                            type: string
                            description: LinkedIn profile URL of the agent
                            example: https://www.linkedin.com/in/mattlaricy/
                          xUrl:
                            type: string
                            description: X (formerly Twitter) profile URL of the agent
                            example: https://x.com/mlaricy
                          instagramUrl:
                            type: string
                            description: Instagram profile URL of the agent
                            example: https://www.instagram.com/mlaricy/
                          tiktokUrl:
                            type: string
                            description: TikTok profile URL of the agent
                            example: https://www.tiktok.com/@mattlaricy"
                          youtubeUrl:
                            type: string
                            description: YouTube channel URL of the agent
                            example: https://www.youtube.com/@MattLaricyRealEstate
                        description: >-
                          Personal biography and introduction section of the
                          agent profile
                      mlsIDs:
                        type: array
                        items:
                          type: object
                          properties:
                            mls_ouid:
                              type: string
                              description: MLS organization unique identifier
                              example: M00000243
                            mls_agent_id:
                              type: string
                              description: >-
                                Agent identifier within the corresponding MLS
                                system
                              example: '173243'
                        description: >-
                          List of MLS (Multiple Listing Service) identifiers
                          linked to this agent
                      otherLicenses:
                        type: array
                        items:
                          type: object
                          properties:
                            licenseTypeID:
                              type: number
                              description: >-
                                Internal identifier representing the license
                                type
                              example: 1
                            licenseCode:
                              type: string
                              description: >-
                                License number or code issued by the licensing
                                authority
                              example: '173243'
                            licenseDesc:
                              type: string
                              description: Description of the license type
                              example: Real Estate Sales
                        description: Additional professional licenses held by the agent
                      preferredLenders:
                        type: object
                        properties:
                          lenders:
                            type: array
                            items:
                              type: object
                            description: >-
                              List of preferred mortgage lenders recommended by
                              the agent
                            example: []
                        description: Preferred lender information associated with the agent
                      professionalInformation:
                        type: array
                        items:
                          type: object
                          properties:
                            term:
                              type: string
                              description: >-
                                Label or category of the professional
                                information entry
                              example: Broker address
                            description:
                              type:
                                - string
                                - 'null'
                              description: >-
                                Single-line description value for this
                                professional information entry
                              example: null
                            lines:
                              type:
                                - array
                                - 'null'
                              items:
                                type: string
                              description: >-
                                Multi-line formatted values related to the
                                professional information entry
                              example:
                                - Americorp Real Estate
                                - '375 W Erie #103A '
                                - Chicago, IL 60654
                            links:
                              type:
                                - array
                                - 'null'
                              items:
                                type: object
                              description: >-
                                Optional links related to this professional
                                information entry
                              example: null
                        description: >-
                          Additional professional profile information such as
                          broker address, membership date, and affiliations
                        example:
                          - term: Broker address
                            lines:
                              - Americorp Real Estate
                              - '375 W Erie #103A '
                              - Chicago, IL 60654
                          - term: Member since
                            description: 04/21/2008
                      serviceAreas:
                        type: array
                        items:
                          type: object
                          properties:
                            regionId:
                              type: number
                              description: Unique identifier of the service area region
                              example: 7930
                            text:
                              type: string
                              description: Display name of the service area
                              example: Wicker Park, Chicago, IL
                            url:
                              type: string
                              description: Relative Zillow URL of the service area page
                              example: /wicker-park-chicago-il/
                        description: >-
                          List of geographic areas where the agent actively
                          provides services
                      teamDisplayInformation:
                        type: object
                        properties:
                          teamLeadInfo:
                            type:
                              - object
                              - 'null'
                            properties:
                              teamName:
                                type: string
                                description: Name of the real estate team led by the agent
                                example: Laricy
                              children:
                                type: array
                                items:
                                  type: object
                                  properties:
                                    name:
                                      type: string
                                      description: >-
                                        Full name of a team member under the
                                        team lead
                                      example: J Maggio
                                    screenName:
                                      type: string
                                      description: >-
                                        Agent screen name used in the Zillow
                                        profile URL
                                      example: JMaggioIII
                                    ratings:
                                      type: object
                                      properties:
                                        count:
                                          type: number
                                          description: >-
                                            Total number of reviews received by the
                                            team member
                                          example: 119
                                        average:
                                          type: number
                                          description: Average rating score of the team member
                                          example: 5
                                      description: Review statistics for the team member
                                    profilePhotoUrl:
                                      type: string
                                      description: Profile photo URL of the team member
                                      example: >-
                                        https://photos.zillowstatic.com/fp/054edbbd11309d13621feb69862df71a-h_l.jpg
                                    isTopAgent:
                                      type: boolean
                                      description: >-
                                        Indicates whether this team member is
                                        recognized as a Zillow Top Agent
                                      example: true
                                    encodedZuid:
                                      type: string
                                      description: >-
                                        Unique Zillow agent identifier (encoded
                                        ZUID) of the team member
                                      example: X1-ZUz747dxbibpqh_7vqv3
                                description: >-
                                  List of agents that belong to the team led by
                                  this team lead
                            description: >-
                              Information about the team lead if the agent
                              belongs to or leads a team
                          teamMemberInfo:
                            type:
                              - object
                              - 'null'
                            description: >-
                              Information about the agent’s role and membership
                              within a real estate team
                        description: >-
                          Team-related information including team lead and team
                          member details
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: Bad request
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: >-
                      Invalid API key. Go to https://docs.rapidapi.com/docs/keys
                      for more info.
        '403':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                    example: You are not subscribed to this API.
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                properties:
                  success:
                    type: boolean
                    example: false
                  message:
                    type: string
                    example: 'Request failed with status 500: Internal Server Error'
                  status_code:
                    type: number
                    example: 500
                  cost:
                    type: number
                    example: 0
                  explain:
                    type: string
                    example: >-
                      Oops, it looks like there was an issue processing your
                      request. Don't worry, you won't be charged for this
                      request
      security:
        - apiKeyAuth: []
components:
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: x-rapidapi-key
      description: Rapid API Key

````