Marketplace
No threads yet
Live

search_colleges

shiksha.com

Searches https://shiksha.com for colleges by keyword and returns intent, category redirects, locations, ratings, courses, fees, placements, eligibility, rankings and profile links.

Parameters1
Runs14
Updated59m ago
Degraded14 runs · 42.8% 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 search_colleges?

Searches https://shiksha.com for colleges by keyword and returns intent, category redirects, locations, ratings, courses, fees, placements, eligibility, rankings and profile links. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass keyword and get the result back without maintaining a scraper.

Response

{
  "query": "<string>",
  "intent": "<string>",
  "heading": "<string>",
  "colleges": [
    {}
  ],
  "redirect_url": "<string>",
  "college_count": 0
}

Call it

curl --location 'https://us-prod.notte.cc/functions/19238c88-d4d4-4851-97c4-fa75dd2cc77e/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "19238c88-d4d4-4851-97c4-fa75dd2cc77e",
    "variables": {
        "keyword": "IIT"
    }
}'

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="19238c88-d4d4-4851-97c4-fa75dd2cc77e") — the "search_colleges" function, which searches https://shiksha.com for colleges by keyword and returns intent, category redirects, locations, ratings, courses, fees, placements, eligibility, rankings and profile links..

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