Pricing
from $4.99 / 1,000 results
Go to Apify Store
Ajio Products Search Scraper
An advanced, high-speed e-commerce scraper designed for real-time price monitoring and competitor intelligence. Extracts product titles, current pricing, discounts, stock availability, specifications, images, and seller ratings from Ajio Products Search. Perfect for inventory tracking, drop-shipp...
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
25
Total users
2
Monthly active users
a month ago
Last modified
Categories
Share
Ajio Product Scraper
An Apify actor to scrape product listings from Ajio.com - India's leading fashion e-commerce platform. Uses API interception for fast and reliable data extraction.
Features
- ๐ Product Search: Search for any product on Ajio
- ๐ฐ Price Range Filter: Filter products by minimum and maximum price
- โญ Rating Filter: Filter by customer ratings (1-4 star & above)
- ๐ Sort Options: Sort by relevance, discount, price, newest, or rating
- ๐ Fast API Extraction: Intercepts Ajio's internal API for reliable data
- ๐ Comprehensive Data: Extracts 65+ fields including images, pricing, categories
- ๐ค Anti-detection: Residential proxy rotation with stealth HTTP headers
Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
search | string | Yes | - | Product search query (e.g., "shoe", "men shirts") |
priceMin | number | No | 0 | Minimum price filter |
priceMax | number | No | 0 | Maximum price filter (0 = no limit) |
sortBy | string | No | "relevance" | Sort order |
ratings | string | No | "" | Minimum rating filter |
maxProductsPerSearch | number | No | 100 | Maximum products to scrape |
proxy | object | No | - | Proxy configuration |
Sort Options
relevance- Most relevant products firstdiscount-desc- Highest discount firstprce-asc- Lowest price firstprce-desc- Highest price firstnewn- Newest arrivals firstrating- Highest rated first
Rating Options
4 star & above- 4+ star products3 star & above- 3+ star products2 star & above- 2+ star products1 star & above- 1+ star products
Example Input
{"search":"men sports shoes","priceMin":500,"priceMax":3000,"sortBy":"discount-desc","ratings":"4 star & above","maxProductsPerSearch":100}
Output Data
The scraper extracts comprehensive data for each product:
Core Fields
| Field | Type | Description |
|---|---|---|
productId | string | Unique Ajio product identifier |
name | string | Product name/title |
brandName | string | Brand name |
brandTypeName | string | Brand URL slug |
Pricing Fields
| Field | Type | Description |
|---|---|---|
mrp | number | Maximum Retail Price |
mrpFormatted | string | Formatted MRP (e.g., "Rs.9,299") |
price | number | Current selling price |
priceFormatted | string | Formatted price |
offerPrice | number | Final offer/coupon price |
offerPriceFormatted | string | Formatted offer price |
discount | string | Discount text (e.g., "85% off") |
discountPercent | number | Discount percentage |
couponStatus | string | Coupon applicability status |
Category Fields
| Field | Type | Description |
|---|---|---|
segment | string | Target segment (Men/Women/Kids) |
segmentId | string | Segment identifier |
category | string | Product category |
categoryId | string | Category identifier |
subCategory | string | Sub-category |
subCategoryId | string | Sub-category identifier |
planningCategory | string | Planning category |
Rating & Reviews
| Field | Type | Description |
|---|---|---|
rating | number | Average rating (1-5) |
reviewCount | number | Total reviews |
Images
| Field | Type | Description |
|---|---|---|
mainImage | string | Primary product image URL |
outfitPictureURL | string | Model/outfit image URL |
images | array | All image URLs |
allImages | object | Categorized images (primary, product, listing, model) |
URLs & Metadata
| Field | Type | Description |
|---|---|---|
productUrl | string | Full product page URL |
relativeUrl | string | Relative product path |
colorGroup | string | Color variant group |
optionCode | string | Variant option code |
isBestSeller | boolean | Best seller flag |
isNew | boolean | New arrival flag |
tags | array | Product tags |
Example Output
{"productId":"701377118005","name":"Men Sports Shoes with Mesh upper","brandName":"RED TAPE","brandTypeName":"red-tape","currency":"INR","mrp":9299,"mrpFormatted":"Rs.9,299","price":1395,"priceFormatted":"Rs.1,395","offerPrice":1297,"offerPriceFormatted":"Rs. 1,297","discount":"85% off","discountPercent":85,"segment":"Men","segmentId":"8302","category":"Footwear","categoryId":"830207","subCategory":"Sports Shoes","subCategoryId":"830207008","rating":3.6,"reviewCount":55,"mainImage":"https://assets.ajio.com/medias/sys_master/root/...","images":["https://assets.ajio.com/...","..."],"productUrl":"https://www.ajio.com/red-tape-men-sports-shoes-with-mesh-upper/p/701377118_olive","isBestSeller":false,"isNew":false}
Usage
Via Apify Console
- Navigate to the Ajio Product Scraper on Apify
- Enter your search query and filters
- Click "Start" to run the scraper
- Download results in JSON, CSV, or Excel format
Via API
import{ ApifyClient }from'apify-client';const client =newApifyClient({token:'YOUR_TOKEN'});const input ={search:"women dresses",priceMin:500,priceMax:5000,sortBy:"discount-desc",ratings:"4 star & above",maxProductsPerSearch:50};const run =await client.actor("your-actor-id").call(input);const{ items }=await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Via CLI
$apify call your-actor-id -i'{"search": "men shirts", "maxProductsPerSearch": 100}'
Why Use This Scraper?
- Reliable: Uses Ajio's internal API for consistent data extraction
- Comprehensive: Extracts 65+ data fields per product
- Fast: Scrapes ~100 products in ~30 seconds
- Flexible: Filter by price, rating, and sort by various criteria
- Export Ready: Download data in JSON, CSV, or Excel format
Use Cases
- Price Monitoring: Track competitor pricing and discounts
- Market Research: Analyze product trends and categories
- Inventory Management: Monitor product availability
- E-commerce Analytics: Gather data for business intelligence
Contact
๐ง Email: lakshmanan.w3dev@gmail.com
