Live
list_industry_news_and_deals
bookingagentinfo.comReturns the latest industry news and endorsement deals from https://bookingagentinfo.com with complete article, author, category, and tag metadata.
Parameters2
Runs9
Updated2d ago
Degraded9 runs · 77.7% 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_industry_news_and_deals?
Returns the latest industry news and endorsement deals from https://bookingagentinfo.com with complete article, author, category, and tag metadata. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass page, per_page and get the result back without maintaining a scraper.
Response
{
"page": 0,
"per_page": 0,
"latest_news": [
{}
],
"deal_category": {},
"endorsement_deals": [
{}
],
"latest_news_total": 0,
"endorsement_deals_total": 0,
"latest_news_total_pages": 0,
"endorsement_deals_total_pages": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/d5da8086-aac5-4a52-8b2f-3526c7af3021/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "d5da8086-aac5-4a52-8b2f-3526c7af3021",
"variables": {
"page": 1,
"per_page": 5
}
}'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="d5da8086-aac5-4a52-8b2f-3526c7af3021") — the "list_industry_news_and_deals" function, which returns the latest industry news and endorsement deals from https://bookingagentinfo.com with complete article, author, category, and tag metadata.. It takes page (int), per_page (int). Return the result as structured JSON.