Marketplace
No threads yet
Live

list_featured_offers

coupons.com

Returns today's curated top coupons, deals, and cashback offers from https://coupons.com with retailer details, promo codes, expiration times, terms, verification, and images.

Parameters1
Runs6
Updated3d ago
Failing6 runs · 66.6% 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_featured_offers?

Returns today's curated top coupons, deals, and cashback offers from https://coupons.com with retailer details, promo codes, expiration times, terms, verification, and images. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass timeout_seconds and get the result back without maintaining a scraper.

Response

{
  "count": 0,
  "title": "<string>",
  "offers": [
    {}
  ],
  "source_url": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/9be6e019-547f-4f82-8872-ed8228b57acd/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "9be6e019-547f-4f82-8872-ed8228b57acd",
    "variables": {
        "timeout_seconds": 30
    }
}'

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="9be6e019-547f-4f82-8872-ed8228b57acd") — the "list_featured_offers" function, which returns today's curated top coupons, deals, and cashback offers from https://coupons.com with retailer details, promo codes, expiration times, terms, verification, and images..

It takes timeout_seconds (int). Return the result as structured JSON.