get_product_overview
proxidize.comReturns a structured overview of Proxidize's proxy products, use cases, platform capabilities, protocols, network metrics, and tool integrations from https://proxidize.com.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_product_overview?
Returns a structured overview of Proxidize's proxy products, use cases, platform capabilities, protocols, network metrics, and tool integrations from https://proxidize.com. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — call it with no parameters and get the result back without maintaining a scraper.
Response
{
"platform": {
"api_title": "<string>",
"protocols": [
"<string>"
],
"api_summary": "<string>",
"api_features": [
{
"name": "<string>",
"category": "<string>",
"description": "<string>"
}
],
"documentation": {},
"network_stats": [
{
"label": "<string>",
"value": "<string>",
"description": "<string>"
}
],
"operational_title": "<string>",
"operational_summary": "<string>",
"operational_features": [
{
"name": "<string>",
"category": "<string>",
"description": "<string>"
}
]
},
"products": [
{
"name": "<string>",
"actions": [
{}
],
"features": [
"<string>"
],
"description": "<string>",
"availability": "<string>"
}
],
"use_cases": [
{
"name": "<string>",
"details": {},
"headline": "<string>",
"description": "<string>",
"capabilities": [
"<string>"
],
"recommended_products": [
{}
]
}
],
"page_title": "<string>",
"source_url": "<string>",
"company_name": "<string>",
"integrations": {
"title": "<string>",
"tools": [
"<string>"
],
"summary": "<string>",
"additional_integrations_count": 0
},
"hero_headline": "<string>",
"access_methods": [
"<string>"
],
"hero_description": "<string>",
"homepage_summary": "<string>",
"primary_workloads": [
"<string>"
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/21961ecf-3ccb-4e98-afe1-cf679177b299/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "21961ecf-3ccb-4e98-afe1-cf679177b299",
"variables": {}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="21961ecf-3ccb-4e98-afe1-cf679177b299") — the "get_product_overview" function, which returns a structured overview of Proxidize's proxy products, use cases, platform capabilities, protocols, network metrics, and tool integrations from https://proxidize.com.. It takes no parameters. Return the result as structured JSON.