Skip to main content
POST
/
api
/
propertyfinder
/
agents
/propertyfinder/agents
curl --request POST \
  --url https://api.anysite.io/api/propertyfinder/agents \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "agent": "<string>",
  "timeout": 300,
  "domain": "ae"
}
'
[
  {
    "id": "<string>",
    "@type": "@propertyfinder_agent",
    "name": "<string>",
    "alias": "<string>",
    "image": "<string>",
    "bio": "<string>",
    "position": "<string>",
    "email": "<string>",
    "phone": "<string>",
    "whatsapp_phone": "<string>",
    "avg_whatsapp_response_time": 123,
    "linkedin_url": "<string>",
    "nationality": "<string>",
    "languages": [],
    "is_super_agent": true,
    "is_verified": true,
    "experience_since": 123,
    "license_number": "<string>",
    "compliances": [],
    "rating": 123,
    "review_count": 123,
    "rating_distribution": {
      "@type": "@propertyfinder_agent_rating_distribution",
      "one_star": 123,
      "two_star": 123,
      "three_star": 123,
      "four_star": 123,
      "five_star": 123
    },
    "transaction_count": 123,
    "transactions": {
      "@type": "@propertyfinder_agent_transactions",
      "deal_volume": 123,
      "sale_count": 123,
      "sale_total_amount": 123,
      "sale_avg_amount": 123,
      "rent_count": 123,
      "rent_total_amount": 123,
      "rent_avg_amount": 123
    },
    "total_property_count": 123,
    "residential_for_sale_count": 123,
    "residential_for_rent_count": 123,
    "commercial_for_sale_count": 123,
    "commercial_for_rent_count": 123,
    "top_locations": [],
    "profile_url": "<string>",
    "broker": {
      "@type": "@propertyfinder_agent_broker",
      "id": "<string>",
      "name": "<string>",
      "alias": "<string>",
      "image": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
agent
string
required

Agent id or agent profile URL containing it

Minimum string length: 1
Examples:

"114574"

"https://www.propertyfinder.ae/en/agent/kianoush-darban-114574"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
domain
enum<string>
default:ae

Country marketplace

Available options:
ae,
sa,
qa,
bh,
eg

Response

Successful Response

id
string
required
@type
string
default:@propertyfinder_agent
name
string | null
alias
string | null
image
string | null
bio
string | null
position
string | null
email
string | null
phone
string | null
whatsapp_phone
string | null
avg_whatsapp_response_time
integer | null
linkedin_url
string | null
nationality
string | null
languages
string[]
is_super_agent
boolean | null
is_verified
boolean | null
experience_since
integer | null
license_number
string | null
compliances
PropertyfinderAgentCompliance · object[]
rating
number | null
review_count
integer | null
rating_distribution
PropertyfinderAgentRatingDistribution · object
transaction_count
integer | null
transactions
PropertyfinderAgentTransactions · object
total_property_count
integer | null
residential_for_sale_count
integer | null
residential_for_rent_count
integer | null
commercial_for_sale_count
integer | null
commercial_for_rent_count
integer | null
top_locations
string[]
profile_url
string | null
broker
PropertyfinderAgentBroker · object