list_pharmacy_locations_canada
walmart.caLists Walmart pharmacy locations across Canada from Walmart Canada (https://walmart.ca). Returns each location's address, phone, store and pharmacy services, regular and temporary hours, capabilities, and coordinates when available.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_pharmacy_locations_canada?
Lists Walmart pharmacy locations across Canada from Walmart Canada (https://walmart.ca). Returns each location's address, phone, store and pharmacy services, regular and temporary hours, capabilities, and coordinates when available. 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
{
"source": "<string>",
"country": "<string>",
"locations": [
{}
],
"location_count": 0,
"detailed_locations": 0,
"coverage_centres_queried": 0,
"coverage_centres_succeeded": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/fae61c93-29a4-419a-90d7-5bd05149729c/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "fae61c93-29a4-419a-90d7-5bd05149729c",
"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="fae61c93-29a4-419a-90d7-5bd05149729c") — the "list_pharmacy_locations_canada" function, which lists Walmart pharmacy locations across Canada from Walmart Canada (https://walmart.ca). Returns each location's address, phone, store and pharmacy services, regular and temporary hours, capabilities, and coordinates when available.. It takes no parameters. Return the result as structured JSON.