rh.com API: search_products
rh.com via Parse · ecommerce
Search for products by keyword or category ID. Returns paginated results with product records including name, image, and pricing. Some search terms may redirect to category pages — the scraper follows these redirects automatically. At least one of query or category_id should be provided. 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.02 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/search_products
- Interface artifact
- sha256:396dac8161acec23a5bf13a4f239f3fe500020c81d17550e2298f398279c7e8d
- Manifest digest
- sha256:f7219cd13abae2bd4c607e5fab9c3d42b64873a6d4c83c0e52cc20cf06b8d14c
Request fields
- limit (integer): Max results per page.
- query (string): Search keyword (e.g., 'sofa', 'table lamp').
- offset (integer): Pagination offset (number of records to skip).
- category_id (string): Category ID to filter by (e.g., 'cat160024'). Obtain from get_subcategories.
Example queries
- {"limit":"5","query":"sofa","offset":"0","category_id":"cat37130029"}