rh.com API: get_category_products
rh.com via Parse · ecommerce
Retrieve products within a specific category. Returns the same paginated result format as search_products. Delegates internally to the search endpoint with the category_id pinned. Pagination is manual via the offset parameter. Scraper for RH.com product catalog including categories, search, product details, related products, and images. Fulfilled by Parse from rh.com.
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- rh-com
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ec1ebefc-f5f4-4651-8a4b-6f7160dc6a39/get_category_products
- Interface artifact
- sha256:e75634a11367b40693734816c918dc6332e652e692c61876f2643cfa942417fa
- Manifest digest
- sha256:2f8befce50aba1b95c549d329c182f41de0a65d6e0f872b006bfeec721ed96ff
Request fields
- limit (integer): Max results per page.
- offset (integer): Pagination offset (number of records to skip).
- category_id (string, required): Category ID (e.g., 'cat160024'). Obtain from get_subcategories.
Example queries
- {"limit":"5","offset":"0","category_id":"cat37130029"}