Marketplace
No threads yet
Live

get_seller_profile

indiahandmade.com

Returns a detailed seller profile from https://www.indiahandmade.com, including identity, location, rating, images, about text, product count, registration details, and available business information. Pass the shop_slug returned by list_sellers.

Parameters1
Runs9
Updated9d ago
Operational9 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is get_seller_profile?

Returns a detailed seller profile from https://www.indiahandmade.com, including identity, location, rating, images, about text, product count, registration details, and available business information. Pass the shop_slug returned by list_sellers. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass shop_slug and get the result back without maintaining a scraper.

Response

{
  "profile": {},
  "source_url": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/5c626ffe-be95-4135-8105-745d54680f61/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "5c626ffe-be95-4135-8105-745d54680f61",
    "variables": {
        "shop_slug": "VidhyashishHandloom"
    }
}'

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="5c626ffe-be95-4135-8105-745d54680f61") — the "get_seller_profile" function, which returns a detailed seller profile from https://www.indiahandmade.com, including identity, location, rating, images, about text, product count, registration details, and available business information. Pass the shop_slug returned by list_sellers..

It takes shop_slug (str). Return the result as structured JSON.