get_seller_contact
yad2.co.ilReveals seller contact details for a Yad2 listing from https://yad2.co.il, returning all non-empty contact fields including name, phone, virtual-number status, and agency metadata when available.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_seller_contact?
Reveals seller contact details for a Yad2 listing from https://yad2.co.il, returning all non-empty contact fields including name, phone, virtual-number status, and agency metadata when available. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass token, listing_type and get the result back without maintaining a scraper.
Response
{
"site": "<string>",
"token": "<string>",
"listing_url": "<string>",
"listing_type": "<string>",
"seller_contact": {}
}Call it
curl --location 'https://us-prod.notte.cc/functions/8f835dce-9f1c-45be-a27d-a56aeac6bd63/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "8f835dce-9f1c-45be-a27d-a56aeac6bd63",
"variables": {
"token": "yfbbli08",
"listing_type": "vehicles"
}
}'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="8f835dce-9f1c-45be-a27d-a56aeac6bd63") — the "get_seller_contact" function, which reveals seller contact details for a Yad2 listing from https://yad2.co.il, returning all non-empty contact fields including name, phone, virtual-number status, and agency metadata when available.. It takes token (str), listing_type (str). Return the result as structured JSON.