Costcobusinessdelivery: Get Category Products
Costcobusinessdelivery via Parse · ecommerce
List products within a specific category using its URL path. Returns paginated results including products, total count, and subcategory facets. Category paths can be discovered from the facets in search_products results (e.g. /beverages.html, /disposables.html, /grocery.html). Pagination is offset-based via the start parameter. Search products, browse categories, retrieve pricing and specifications, and find warehouse locations on Costco Business Delivery. Fulfilled by Parse from costcobusinessdelivery.com.
- b2b-directory
- costcobusinessdelivery
- costcobusinessdelivery-com
- ecommerce
- food-dining
- parse
- platform-key
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/e088fae7-127e-4c18-bcca-4ded0a66bbbc/get_category_products
- Interface artifact
- sha256:215a69e1c057410bc6515fd1e12a58c828bce704f98db104da11b70cdb573ac2
- Manifest digest
- sha256:9b7d7ee9ea1a4ba07db547caae555dcaf480e0dc3f5171af9717c79b3ba1408b
Request fields
- loc (string): Warehouse location ID for pricing and availability context. Defaults to 113 (Salt Lake City).
- limit (integer): Maximum number of results to return per page.
- start (integer): Pagination offset (0-based index of first result).
- category_url (string, required): The category URL path (e.g. /beverages.html, /disposables.html, /grocery.html, /restaurant.html). Available paths can be discovered from facets in search_products results.
Example queries
- {"loc":"113","limit":"5","start":"0","category_url":"/beverages.html"}