Indiahandmade: List Sellers
Indiahandmade via Parse · marketplace
Returns a paginated list of marketplace sellers. Without a category filter, returns all registered sellers from the seller directory (1798+ sellers, ordered by most recently registered first). With a category filter, returns unique sellers who have products listed under that category by fetching product pages in the category and extracting seller info. Category-filtered results require multiple upstream requests (one per product page until limit unique sellers are found), so response time scales with the limit. Use the page parameter to paginate through all sellers when no category is specified. Access the marketplace seller directory on indiahandmade.com, a Government of India platform for handloom and handicraft artisans. List all registered sellers with pagination, or retrieve detailed profile information for a specific seller. Fulfilled by Parse from www.indiahandmade.com.
- b2b-directory
- government-public
- indiahandmade
- marketplace
- parse
- platform-key
- www-indiahandmade-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/179e49c8-61d9-4621-bd1e-4bf98b872656/list_sellers
- Interface artifact
- sha256:2ff58b5b1d7e49688921a85d6c0090ae610cb237f3febb5e4ff5999e17bda9d0
- Manifest digest
- sha256:8be1549f3b60ec84a21041711cd70b99419e1452d9b1742f49580d5fa678f2a5
Request fields
- page (integer): Page number for pagination (1-indexed).
- limit (string): Number of sellers per page.: Allowed values: 4, 8, 16
- category (string): Category slug or URL path to filter sellers by product category. Accepts a category slug (e.g. 'bed-linen-cushions', 'home-and-living') or a full category path (e.g. 'home-and-living/bed-linen-cushions'). When provided, returns only sellers who have products listed under that category. Omitting returns all sellers regardless of category.
Example queries
- {"page":"1","limit":"4","category":"bed-linen-cushions"}