Live
get_car_ad_details
blocket.seReturns Blocket car advertising targeting fields and schema.org breadcrumb data by ad_id from https://blocket.se.
Parameters1
Runs7
Updated1d ago
Degraded7 runs · 85.7% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_car_ad_details?
Returns Blocket car advertising targeting fields and schema.org breadcrumb data by ad_id from https://blocket.se. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass ad_id and get the result back without maintaining a scraper.
Response
{
"url": "<string>",
"ad_id": "<string>",
"targeting": {},
"breadcrumb_schema": {
"items": [
{
"name": "<string>",
"item_id": "<string>",
"position": 0,
"item_type": "<string>",
"schema_type": "<string>"
}
],
"schema_type": "<string>",
"schema_context": "<string>"
}
}Call it
curl --location 'https://us-prod.notte.cc/functions/8904f7ba-d361-4b54-ada4-909a84bc9eac/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "8904f7ba-d361-4b54-ada4-909a84bc9eac",
"variables": {
"ad_id": "25990900"
}
}'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="8904f7ba-d361-4b54-ada4-909a84bc9eac") — the "get_car_ad_details" function, which returns Blocket car advertising targeting fields and schema.org breadcrumb data by ad_id from https://blocket.se.. It takes ad_id (str). Return the result as structured JSON.