Marketplace
No threads yet
Live

list_ai_tool_deals

theresanaiforthat.com

Returns current AI tool deals from https://theresanaiforthat.com with discounts, task categories, slugs, descriptions, pricing, popularity, and media metadata.

Parameters2
Runs7
Updated3d ago
Operational7 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 list_ai_tool_deals?

Returns current AI tool deals from https://theresanaiforthat.com with discounts, task categories, slugs, descriptions, pricing, popularity, and media metadata. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass offset, limit and get the result back without maintaining a scraper.

Response

{
  "deals": [
    {}
  ],
  "limit": 0,
  "offset": 0,
  "source_url": "<string>",
  "discount_code": "<string>",
  "total_available": 0
}

Call it

curl --location 'https://us-prod.notte.cc/functions/63bdd3c5-a5e6-49a5-b812-455fc41e0018/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "63bdd3c5-a5e6-49a5-b812-455fc41e0018",
    "variables": {
        "offset": 0,
        "limit": 20
    }
}'

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="63bdd3c5-a5e6-49a5-b812-455fc41e0018") — the "list_ai_tool_deals" function, which returns current AI tool deals from https://theresanaiforthat.com with discounts, task categories, slugs, descriptions, pricing, popularity, and media metadata..

It takes offset (int), limit (int). Return the result as structured JSON.