list_dubai_government_tenders
esupply.dubai.gov.aeLists active Dubai government tender opportunities from https://esupply.dubai.gov.ae, enriches every matching tender from its detail page, and returns results ordered by closing date. It scans all portal pages and supports client-side publication-date filtering.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_dubai_government_tenders?
Lists active Dubai government tender opportunities from https://esupply.dubai.gov.ae, enriches every matching tender from its detail page, and returns results ordered by closing date. It scans all portal pages and supports client-side publication-date filtering. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass published_since and get the result back without maintaining a scraper.
Response
{
"count": 0,
"source": "<string>",
"opportunities": [
{}
],
"pages_fetched": 0,
"source_timezone": "<string>",
"total_available": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/c4d7300f-8df9-4c1a-9c42-0f48361197a6/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "c4d7300f-8df9-4c1a-9c42-0f48361197a6",
"variables": {
"published_since": "1d"
}
}'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="c4d7300f-8df9-4c1a-9c42-0f48361197a6") — the "list_dubai_government_tenders" function, which lists active Dubai government tender opportunities from https://esupply.dubai.gov.ae, enriches every matching tender from its detail page, and returns results ordered by closing date. It scans all portal pages and supports client-side publication-date filtering.. It takes published_since (str). Return the result as structured JSON.