Suzuri: Get User Products
Suzuri via Parse · marketplace
List products sold by a specific user with cursor-based pagination. Returns product details including title, image, price, and item type information. Scraper for suzuri.jp - a Japanese print-on-demand merchandise platform. Retrieve product details, user profiles, user products, search products, and browse available item types. Fulfilled by Parse from suzuri.jp.
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- suzuri
- suzuri-jp
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/71908d50-afe7-444e-874e-c37df6af0fb8/get_user_products
- Interface artifact
- sha256:d585d005eb4e583dc15aa5c8b14ad6b57fba2efa18e3bf60094c4f86c980a035
- Manifest digest
- sha256:03026ad2d505bf70e2daae00d341436479685e9167e060761b2f1dc392ad0cf4
Request fields
- limit (integer): Number of products per page.
- cursor (string): Pagination cursor from a previous response's endCursor value.
- username (string, required): The username of the creator or seller (e.g., 'beecat88').
Example queries
- {"limit":"3","username":"beecat88"}