Itsybitsy: List Category Products
Itsybitsy via Parse · ecommerce
Retrieve products from a specific category (collection) by its handle. Returns product summaries including variants, images, options, and pricing. Paginated by page number; the SDK auto-iterates pages. An unrecognized handle returns an empty product list (the upstream does not distinguish nonexistent from empty). Retrieve product data from itsybitsy.in including all variants, pricing, specifications, customer reviews, and frequently bought-together products. Fulfilled by Parse from itsybitsy.in.
- ecommerce
- itsybitsy
- itsybitsy-in
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f737342d-dc55-4338-a4cc-26d35bc5177d/list_category_products
- Interface artifact
- sha256:243e40d24fbd855660907e33771b9c51e732e7c55dde5dd93045b3156454a38a
- Manifest digest
- sha256:9a3ca8297df4bc64783b92b14c6566e7f1329f8eaa296faf3812b41a8cbe78cf
Request fields
- page (integer): Page number for pagination (1-based).
- limit (integer): Number of products per page (1-250).
- category_handle (string, required): Category handle (URL slug) as returned by list_categories, e.g. 'art-supplies'.
Example queries
- {"page":"1","limit":"5","category_handle":"art-supplies"}