Marketplace
No threads yet
Live

get_page_by_slug

bk8-plus.com

Retrieve the full content and all non-empty page record fields for a static page on https://bk8-plus.com by its URL slug. Supports structural pages such as Online Casino, Sports Betting, Esports, and FAQ.

Parameters1
Runs9
Updated10d ago
Operational9 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 get_page_by_slug?

Retrieve the full content and all non-empty page record fields for a static page on https://bk8-plus.com by its URL slug. Supports structural pages such as Online Casino, Sports Betting, Esports, and FAQ. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass slug and get the result back without maintaining a scraper.

Response

{
  "page": {}
}

Call it

curl --location 'https://us-prod.notte.cc/functions/a640d2b3-e47f-421d-9160-8eae45342fe2/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "a640d2b3-e47f-421d-9160-8eae45342fe2",
    "variables": {
        "slug": "online-casino"
    }
}'

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="a640d2b3-e47f-421d-9160-8eae45342fe2") — the "get_page_by_slug" function, which retrieve the full content and all non-empty page record fields for a static page on https://bk8-plus.com by its URL slug. Supports structural pages such as Online Casino, Sports Betting, Esports, and FAQ..

It takes slug (str). Return the result as structured JSON.