Zumiez: Search Products
Zumiez via Parse · ecommerce
Full-text search across the Zumiez product catalog by keyword. Returns paginated product summaries. Pagination via page number; each page contains up to `limit` items. The total result count and page count are included in the response. APIs for searching products, listing by category, and getting product details from Zumiez.com. Fulfilled by Parse from zumiez.com.
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- zumiez
- zumiez-com
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/3f2ae8fa-e680-48de-aaed-05f305a59cdd/search_products
- Interface artifact
- sha256:f519c1fe791fe8f388407a1b785c9322191de7c2da2e4e39d9fa8efce345a6f5
- Manifest digest
- sha256:39235b6966576b73350d12c1d3899e7a80d63c0062d1f9ef3d3a63ac23aad422
Request fields
- page (integer): Page number for pagination.
- limit (integer): Number of products per page.
- query (string, required): Search keyword (e.g. 'hoodie', 'shoes', 'skateboard').
Example queries
- {"page":"1","limit":"5","query":"hoodie"}