get_property_listing_details
zameen.comRetrieves the full active property listing for a Zameen ID from https://zameen.com. Returns price, all seller phone and WhatsApp details, coordinates, agency data, full description, and every available photo and video.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_property_listing_details?
Retrieves the full active property listing for a Zameen ID from https://zameen.com. Returns price, all seller phone and WhatsApp details, coordinates, agency data, full description, and every available photo and video. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass zameen_id and get the result back without maintaining a scraper.
Response
{
"listing": {},
"zameen_id": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/40d5f881-b629-4046-b5b3-70f2c8b341ac/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "40d5f881-b629-4046-b5b3-70f2c8b341ac",
"variables": {
"zameen_id": "54561429"
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="40d5f881-b629-4046-b5b3-70f2c8b341ac") — the "get_property_listing_details" function, which retrieves the full active property listing for a Zameen ID from https://zameen.com. Returns price, all seller phone and WhatsApp details, coordinates, agency data, full description, and every available photo and video.. It takes zameen_id (str). Return the result as structured JSON.