get_best_selling_devices
gazelle.comReturns the current best-selling device products from https://gazelle.com across phone and tablet categories in one response. Reads Gazelle's storefront collection API and includes full non-empty product fields.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_best_selling_devices?
Returns the current best-selling device products from https://gazelle.com across phone and tablet categories in one response. Reads Gazelle's storefront collection API and includes full non-empty product fields. 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
{
"site": "<string>",
"products": [
{}
],
"returned": 0,
"collection_handle": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/6a7c0eff-17d2-4c96-aa7a-b80bcb1f8e35/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "6a7c0eff-17d2-4c96-aa7a-b80bcb1f8e35",
"variables": {
"timeout_seconds": 35
}
}'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="6a7c0eff-17d2-4c96-aa7a-b80bcb1f8e35") — the "get_best_selling_devices" function, which returns the current best-selling device products from https://gazelle.com across phone and tablet categories in one response. Reads Gazelle's storefront collection API and includes full non-empty product fields.. It takes timeout_seconds (int). Return the result as structured JSON.