Houzez REST API
  1. Agents
Houzez REST API
  • Properties
    • Properties
      GET
    • Search Properties
      GET
    • Single Property
      GET
    • Add New Property
      POST
    • Delete Property
      DELETE
    • Update Property
      PUT
    • Get Types
      GET
    • Get Status
      GET
    • Get Labels
      GET
    • Get Features
      GET
    • Get Countries
      GET
    • Get States
      GET
    • Get Cities
      GET
    • Get Areas
      GET
    • Similar Properties
      GET
    • Add/Remove Property to Favorite
      POST
    • Property Contact
      POST
    • Property Reviews
      GET
    • Add Review
      POST
    • Review likes/dislikes
      POST
    • Save Search
      POST
    • Delete Saved Search
      DELETE
    • Get Saved Searches
      GET
  • Agents
    • Agents
      GET
    • Search Agents
      GET
    • Single Agent
      GET
    • Agent Properties
      GET
    • Agent Categories
      GET
    • Agent Cities
      GET
    • Contact Realtor
      POST
    • Agent Reviews
      GET
    • Add Review
      POST
    • Review likes/dislikes
      POST
  • Agencies
    • Agencies
    • Single Agency
    • Agency Agents
    • Agency Properties
    • Agency Reviews
    • Add Review
    • Review likes/dislikes
  • Authentication
    • Register
    • Login
    • Reset Password
    • Validate Token
    • Token
    • Logout
  • Users
    • Get Profile
    • Favorite Properties
    • Update Profile
    • Delete Profile
    • My Properties
    • Upload Profile Picture
    • Get Profile by ID
    • Get All Users
    • Property Actions
    • Approve Property
    • Disapprove Property
    • Put on Hold Property
    • Put Property Live
    • Mark Sold Property
    • Invoices
    • Single Invoice
    • Delete Invoice
    • Saved Searches - Deprecated
    • Package Info
  • Media
    • Get Media
    • Upload Media
    • Delete Media
    • Update Media
  • member ship package
    GET
  • cancel membership
    POST
  • payments packages
    GET
  • Create Notification
    POST
  • Facebook Login
    POST
  • Google Login
    POST
  • social/config
    GET
  • notifications
    GET
  • malaysia login
    POST
  • Untitled Endpoint
    POST
  1. Agents

Search Agents

Developing
GET
/houzez-api/v1/agents/search
Last modified:2025-02-16 12:34:14
Search and filter agents using multiple criteria. Returns a paginated list of agents matching the specified filters.

Request

Query Params

Responses

🟢200Success
application/json
Body

Example
{
    "success": true,
    "data": {
        "agents": [
            {
                "id": 0,
                "title": "string",
                "slug": "string",
                "url": "string",
                "content": "string",
                "excerpt": "string",
                "status": "string",
                "date": "string",
                "modified": "string",
                "properties_count": 0,
                "rating": 0,
                "meta": {
                    "short_description": "string",
                    "email": "string",
                    "visible_hidden": true,
                    "service_areas": "string",
                    "specialties": "string",
                    "position": "string",
                    "company": "string",
                    "company_logo": "string",
                    "license": "string",
                    "tax_number": "string",
                    "phone": "string",
                    "phone_call": "string",
                    "mobile": "string",
                    "mobile_call": "string",
                    "whatsapp": "string",
                    "whatsapp_call": "string",
                    "fax": "string",
                    "language": "string",
                    "address": "string",
                    "skype": "string",
                    "website": "string",
                    "agency_id": "string"
                },
                "agent_category": [
                    {
                        "id": 0,
                        "name": "string",
                        "slug": "string"
                    }
                ],
                "agent_city": [
                    {
                        "id": 0,
                        "name": "string",
                        "slug": "string"
                    }
                ],
                "thumbnail": "string",
                "social_media": {
                    "facebook": "string",
                    "twitter": "string",
                    "linkedin": "string",
                    "instagram": "string",
                    "youtube": "string",
                    "pinterest": "string",
                    "vimeo": "string",
                    "telegram": "string",
                    "line": "string",
                    "google": "string",
                    "tiktok": "string"
                },
                "external_links": {
                    "zillow": "string",
                    "realtor": "string"
                }
            }
        ],
        "total_records": 0,
        "pages": 0,
        "page": 0,
        "has_pages": true,
        "posts_per_page": 0
    }
}
Modified at 2025-02-16 12:34:14
Previous
Agents
Next
Single Agent
Built with