Marketplace
No threads yet
Live

list_uae_public_tenders

moei.gov.ae

Retrieves the complete list of open and closed public tender opportunities published by the UAE Ministry of Energy and Infrastructure at https://www.moei.gov.ae. Returns each tender's non-empty record fields and direct link when available.

Parameters0
Runs16
Updated10d ago
Degraded16 runs · 62.5% 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 list_uae_public_tenders?

Retrieves the complete list of open and closed public tender opportunities published by the UAE Ministry of Energy and Infrastructure at https://www.moei.gov.ae. Returns each tender's non-empty record fields and direct link when available. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — call it with no parameters and get the result back without maintaining a scraper.

Response

{
  "tenders": [
    {
      "url": "<string>",
      "title": "<string>",
      "fields": {},
      "status": "<string>"
    }
  ]
}

Call it

curl --location 'https://us-prod.notte.cc/functions/015c2f5b-6884-4784-afdd-b7b7d33ffd59/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "015c2f5b-6884-4784-afdd-b7b7d33ffd59",
    "variables": {}
}'

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="015c2f5b-6884-4784-afdd-b7b7d33ffd59") — the "list_uae_public_tenders" function, which retrieves the complete list of open and closed public tender opportunities published by the UAE Ministry of Energy and Infrastructure at https://www.moei.gov.ae. Returns each tender's non-empty record fields and direct link when available..

It takes no parameters. Return the result as structured JSON.