Shopdisney: Get Category Products
Shopdisney via Parse · ecommerce
Browse products within a specific shopDisney category. Returns a paginated list of products. Category IDs correspond to site navigation slugs (e.g. 'toys', 'clothing', 'accessories', 'home', 'new'). Scraper for shopDisney (disneystore.com) providing product search, category browsing, new arrivals, and product details. Fulfilled by Parse from shopdisney.com.
- ecommerce
- entertainment
- marketplace
- parse
- platform-key
- shopdisney
- shopdisney-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/fcad6ac1-e410-4df8-82e2-aae202498e5b/get_category_products
- Interface artifact
- sha256:25c654545760cc69594ec5c00df749aa5038baf2f8a06ecf21299406e1a16760
- Manifest digest
- sha256:533d995dfbe87f4eb24dc8c97832f00983898f4ee8f84d15796aa272ffe0262d
Request fields
- sz (integer): Number of results per page.
- sort (string): Sorting rule.: Allowed values: new-popular, date-desc, price-low-to-high, price-high-to-low
- start (integer): Pagination offset.
- category_id (string, required): Category ID slug from site navigation (e.g. 'toys', 'clothing', 'new', 'accessories', 'home').
Example queries
- {"sz":"5","sort":"new-popular","start":"0","category_id":"toys"}