Live
list_company_announcements
idx.co.idReturns paginated company announcements from https://idx.co.id with complete announcement details and attachment download URLs.
Parameters8
Runs5
Updated3d ago
Operational5 runs · 100% 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 list_company_announcements?
Returns paginated company announcements from https://idx.co.id with complete announcement details and attachment download URLs. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass stock_code, security_type, keyword, date_from, date_to, language, start, limit and get the result back without maintaining a scraper.
Response
{
"Limit": 0,
"Start": 0,
"Replies": [
{}
],
"ResultCount": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/26e6e1f5-1404-4f3d-92e1-fd6dd9550ae1/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "26e6e1f5-1404-4f3d-92e1-fd6dd9550ae1",
"variables": {
"stock_code": "",
"security_type": "all",
"keyword": "",
"date_from": "",
"date_to": "",
"language": "id",
"start": 0,
"limit": 10
}
}'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="26e6e1f5-1404-4f3d-92e1-fd6dd9550ae1") — the "list_company_announcements" function, which returns paginated company announcements from https://idx.co.id with complete announcement details and attachment download URLs.. It takes stock_code (str), security_type (str), keyword (str), date_from (str), date_to (str), language (str), start (int), limit (int). Return the result as structured JSON.