Marketplace
No threads yet
Live

search_broker_companies

propertyfinder.ae

Searches real estate broker companies on https://propertyfinder.ae and returns 20 profiles per page with agent and property counts, awards, licenses, contacts, branches, and logos.

Parameters6
Runs9
Updated3d ago
Operational9 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is search_broker_companies?

Searches real estate broker companies on https://propertyfinder.ae and returns 20 profiles per page with agent and property counts, awards, licenses, contacts, branches, and logos. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass query, page, category_id, sort, locale, timeout_seconds and get the result back without maintaining a scraper.

Response

{
  "page": 0,
  "total": 0,
  "per_page": 0,
  "companies": [
    {}
  ],
  "total_pages": 0,
  "result_count": 0,
  "applied_filters": {}
}

Call it

curl --location 'https://us-prod.notte.cc/functions/ff2585ec-deac-4628-ac0b-160f014ccc05/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "ff2585ec-deac-4628-ac0b-160f014ccc05",
    "variables": {
        "query": "",
        "page": 1,
        "category_id": 0,
        "sort": "featured",
        "locale": "en",
        "timeout_seconds": 30
    }
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="ff2585ec-deac-4628-ac0b-160f014ccc05") — the "search_broker_companies" function, which searches real estate broker companies on https://propertyfinder.ae and returns 20 profiles per page with agent and property counts, awards, licenses, contacts, branches, and logos..

It takes query (str), page (int), category_id (int), sort (str), locale (str), timeout_seconds (int). Return the result as structured JSON.