CEA: Search Products
CEA via Parse · ecommerce
Full-text search over C&A Brazil's product catalog via Algolia. Returns paginated results including product name, price, availability, images, and category hierarchy. Each hit carries a productId usable with get_product_details and get_product_reviews. Pagination is 0-indexed; nbPages in the response indicates total pages available. API for cea.com.br — Brazilian fashion retailer C&A. Provides product search, category browsing, product details, and customer reviews. Fulfilled by Parse from cea.com.br.
- cea
- cea-com-br
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
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/910c4e62-0257-4468-a7c6-e63d2ef02a82/search_products
- Interface artifact
- sha256:9e5857cc7ed43d67d249c9f5dad0c056c2d80dad70b66cc13687de6553aee2a8
- Manifest digest
- sha256:8637f1c57127cb1e7b2f059674ece567c9f757c2672be327181bbfe721358915
Request fields
- page (integer): Page number (0-indexed)
- limit (integer): Number of results per page (max 48)
- query (string, required): Search keyword (e.g. 'camiseta', 'calca', 'vestido')
Example queries
- {"page":"0","limit":"3","query":"camiseta"}