Live
list_surf_cameras
surfline.comReturns popular US surf cameras or cameras from up to 100 spots in a region from https://surfline.com, including live, still, rewind, status, host, and spot details.
Parameters3
Runs8
Updated3d ago
Operational8 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_surf_cameras?
Returns popular US surf cameras or cameras from up to 100 spots in a region from https://surfline.com, including live, still, rewind, status, host, and spot details. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass region_id, max_spots, timeout_seconds and get the result back without maintaining a scraper.
Response
{
"cameras": [
{}
],
"summary": {},
"total_cameras": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/a393a188-98c0-4255-a672-ed1274e6ef78/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "a393a188-98c0-4255-a672-ed1274e6ef78",
"variables": {
"region_id": "",
"max_spots": 100,
"timeout_seconds": 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="a393a188-98c0-4255-a672-ed1274e6ef78") — the "list_surf_cameras" function, which returns popular US surf cameras or cameras from up to 100 spots in a region from https://surfline.com, including live, still, rewind, status, host, and spot details.. It takes region_id (str), max_spots (int), timeout_seconds (int). Return the result as structured JSON.