Ajio: Get Brand Products
Ajio via Parse · ecommerce
Get products from a specific brand on Ajio.com. Returns paginated brand product listings with facets and sorting. Brand name is case-insensitive and uses the brand slug format. API to search, browse, and get details of products on Ajio.com, including pricing, availability, and ratings. Fulfilled by Parse from ajio.com.
- ajio
- ajio-com
- 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/403a6af9-bd94-47a3-a922-1ea3484b2be8/get_brand_products
- Interface artifact
- sha256:aeaac64ec81648d3075280eed31573c1a0e711bad1bb2ab90185fe16c265c2a2
- Manifest digest
- sha256:f857b13205f885daaf74258a0d299cba9615f3caf2c805ed489568d8b2ede9ac
Request fields
- page (integer): Zero-based page number for pagination.
- size (integer): Number of results per page (e.g. 5, 10, 45).
- sort (string): Sort order for results.: Allowed values: relevance, discount-desc, prce-asc, newn, prce-desc
- brand_name (string, required): Brand name as used on Ajio (e.g. 'puma', 'nike', 'adidas'). Case-insensitive.
Example queries
- {"page":"0","size":"5","sort":"relevance","brand_name":"puma"}