Zara: Search Products
Zara via Parse · ecommerce
Searches for products by keyword. Returns paginated results with product details including name, price, colors, and availability. Supports section filtering and pagination via offset/limit. Access Zara US product catalog, search, store locations, and product details including measurements, related products, and shipping information. Fulfilled by Parse from zara.com.
- ecommerce
- maps-geo
- marketplace
- parse
- platform-key
- zara
- zara-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/ed974cab-5944-475f-b8d0-6d4249b79493/search_products
- Interface artifact
- sha256:c295659a8b5cfc9b29fe6642e7172aa9309a36b0e41c376911512007aee1a35c
- Manifest digest
- sha256:6bf25f6c2ea1c158ee45808ffaa74f7e4f87239802b04d847504485ea26751dd
Request fields
- limit (integer): Maximum number of results to return per page
- query (string, required): Search keyword (e.g. 'dress', 'jacket', 'shoes')
- offset (integer): Pagination offset (number of results to skip)
- section (string): Section filter: WOMAN, MAN, or KIDS: Allowed values: WOMAN, MAN, KIDS
Example queries
- {"limit":"3","query":"dress","offset":0,"section":"WOMAN"}