ajio.com API: get_category_products
ajio.com via Parse · ecommerce
List products in a specific Ajio category by brick code. Returns paginated product listings with facets and sorting. The category_id is passed as a search query to the API. API to search, browse, and get details of products on Ajio.com, including pricing, availability, and ratings. Fulfilled by Parse from ajio.com.
- 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_category_products
- Interface artifact
- sha256:d1b2f11073cb528f8e7e7c87f7c944790466241a608c78710e2f8cb9dd67952f
- Manifest digest
- sha256:2a0cc221e9b1771aade3359dcd2cea93e326d9de42cef7ad9463b9b2d86d11ea
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
- category_id (string, required): Ajio category brick code (e.g. '830216013' for Men's Shirts, '830207010' for Men's Sneakers).
Example queries
- {"page":"0","size":"5","sort":"relevance","category_id":"830216013"}