Marketplace
No threads yet
Live

search_exam_posts

sarkariresult.com.cm

Searches and lists Indian government exam and job posts from https://sarkariresult.com.cm by category and free-text query, automatically following result pages. Returns post titles, dates, vacancy counts, summaries, and source links.

Parameters3
Runs12
Updated10d ago
Operational12 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 search_exam_posts?

Searches and lists Indian government exam and job posts from https://sarkariresult.com.cm by category and free-text query, automatically following result pages. Returns post titles, dates, vacancy counts, summaries, and source links. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass category, search, max_results and get the result back without maintaining a scraper.

Response

{
  "posts": [
    {}
  ],
  "search": "<string>",
  "source": "<string>",
  "category": "<string>",
  "has_more": true,
  "returned": 0,
  "pages_fetched": 0,
  "total_available": 0
}

Call it

curl --location 'https://us-prod.notte.cc/functions/0a84b2d7-c037-4f7e-a2b3-d4f388a8231e/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "0a84b2d7-c037-4f7e-a2b3-d4f388a8231e",
    "variables": {
        "category": "latest-job",
        "search": "",
        "max_results": 50
    }
}'

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="0a84b2d7-c037-4f7e-a2b3-d4f388a8231e") — the "search_exam_posts" function, which searches and lists Indian government exam and job posts from https://sarkariresult.com.cm by category and free-text query, automatically following result pages. Returns post titles, dates, vacancy counts, summaries, and source links..

It takes category (str), search (str), max_results (int). Return the result as structured JSON.