Marketplace
No threads yet
Live

get_listing_details

yad2.co.il

Returns full car listing details from https://yad2.co.il by token, including photos, price, vehicle and engine specifications, mileage, color, gearbox, and seller metadata.

Parameters1
Runs7
Updated3d ago
Operational7 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 get_listing_details?

Returns full car listing details from https://yad2.co.il by token, including photos, price, vehicle and engine specifications, mileage, color, gearbox, and seller metadata. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass token and get the result back without maintaining a scraper.

Response

{
  "site": "<string>",
  "token": "<string>",
  "listing": {},
  "listing_url": "<string>",
  "seller_info": {}
}

Call it

curl --location 'https://us-prod.notte.cc/functions/e4e3c1eb-dc7a-4bed-87ef-ceead5f72ee9/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "e4e3c1eb-dc7a-4bed-87ef-ceead5f72ee9",
    "variables": {
        "token": "yfbbli08"
    }
}'

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="e4e3c1eb-dc7a-4bed-87ef-ceead5f72ee9") — the "get_listing_details" function, which returns full car listing details from https://yad2.co.il by token, including photos, price, vehicle and engine specifications, mileage, color, gearbox, and seller metadata..

It takes token (str). Return the result as structured JSON.