shopdisney.com API: search_products
shopdisney.com via Parse · ecommerce
Full-text search across shopDisney products by keyword. Returns a paginated list of products sorted by the chosen rule. Pagination is offset-based via `start`; each page returns up to `sz` items. The total count reflects items available for the current page size window, not the full catalog match count. 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-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/search_products
- Interface artifact
- sha256:6c80dbe3c20c52a4a7b9a3617659743e5bb57e83ce56148b0e6a6152b27be1e2
- Manifest digest
- sha256:64c4cf2e104b34162e9a7ae850c8c8906afb6484f30003d1b980ee22f0f5e458
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
- query (string, required): Search keyword (e.g. 'mickey', 'frozen', 'plush').
- start (integer): Pagination offset.
Example queries
- {"sz":"5","sort":"new-popular","query":"mickey","start":"0"}