search_records
pddikti.kemdiktisaintek.go.idSearches https://pddikti.kemdiktisaintek.go.id for students, lecturers, universities, and study programs, returning every non-empty record field grouped by category or as a filtered list.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is search_records?
Searches https://pddikti.kemdiktisaintek.go.id for students, lecturers, universities, and study programs, returning every non-empty record field grouped by category or as a filtered list. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass query, category and get the result back without maintaining a scraper.
Response
{}Call it
curl --location 'https://us-prod.notte.cc/functions/caf55af2-f4ea-4146-93fb-c9027c8d7993/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "caf55af2-f4ea-4146-93fb-c9027c8d7993",
"variables": {
"query": "Tsabita Afifah Khoirunnisa",
"category": "all"
}
}'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="caf55af2-f4ea-4146-93fb-c9027c8d7993") — the "search_records" function, which searches https://pddikti.kemdiktisaintek.go.id for students, lecturers, universities, and study programs, returning every non-empty record field grouped by category or as a filtered list.. It takes query (str), category (str). Return the result as structured JSON.