Ajio Product Full Details
Pricing
$5.00/month + usage
Ajio Product Full Details
This Apify actor scrapes product data from AJIO.com, one of India's leading fashion e-commerce platforms. Search by keyword to collect comprehensive product information including name, brand, price, discount, images and more. Perfect for market research, price comparison, and e-commerce analytics.
Pricing
$5.00/month + usage
Rating
5.0
(3)
Developer
ScrapeAI
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
1
Monthly active users
7 months ago
Last modified
Categories
Share
๐๏ธ AJIO Product Scraper - Full Details
This Apify actor scrapes product data from AJIO.com, one of India's leading fashion e-commerce platforms. Search by keyword to collect comprehensive product information including name, brand, price, discount, images, ratings, and more. Perfect for market research, price comparison, and e-commerce analytics.
โ Use Cases
- ๐ Conduct market research on fashion products
- ๐ฐ Monitor pricing and discount trends
- ๐ท๏ธ Track competitor products and brands
- ๐ Build price comparison datasets
- ๐ฏ Analyze product ratings and reviews
๐ฅ Input Configuration
You can customize the actor using the following input fields:
{"searchText": "Women - Shirts","sort": "relevance","pageSize": 45,"maxPages": 1}
๐งพ Fields Explained
| Field | Type | Description |
|---|---|---|
searchText | string | Search query for products (e.g., "Women - Shirts", "Men - T-Shirts") |
sort | string | Sort order for results (see options below) |
pageSize | number | Number of products per page (1-45, default: 45) |
maxPages | number | Maximum number of pages to scrape (1-100, default: 1) |
๐ Sort Options
| Code | Description |
|---|---|
relevance | Sort by relevance (default) |
discount-desc | Sort by highest discount |
prce-asc | Sort by price (lowest first) |
prce-desc | Sort by price (highest first) |
newn | Sort by newest arrivals |
rating | Sort by customer ratings |
๐ค Output
The actor returns a dataset containing structured product records. Each record includes comprehensive details about the product.
๐งฉ Sample Output
{"name": "Women Checked Relaxed Fit Shirt","fnlColorVariantData": {"brandName": "DNMX"},"price": {"displayformattedValue": "โน356","value": 356},"wasPriceData": {"displayformattedValue": "โน699"},"discountPercent": "(49% off)","images": [{"url": "https://assets.ajio.com/medias/sys_master/..."}],"url": "https://www.ajio.com/dnmx-women-checked-relaxed-fit-shirt/p/443083479_offwhite"}
๐ Output Fields
| Field | Type | Description |
|---|---|---|
name | string | Product name/title |
fnlColorVariantData.brandName | string | Brand name |
price.displayformattedValue | string | Formatted current price |
price.value | number | Numeric price value |
wasPriceData.displayformattedValue | string | Original price before discount |
discountPercent | string | Discount percentage |
images | array | Array of product image URLs |
url | string | Direct product page URL |
๐ Data Source
- โ Data fetched from AJIO.com using browser automation
- โ Stealth mode to avoid bot detection
- โ Comprehensive product information extraction
- โ Automatic deduplication of products
๐ Proxy Configuration
This actor uses Playwright with stealth settings. For production use, configure proxy:
{"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "IN"}
๐ How to Use
- Open the actor in Apify Console
- Click "Try actor" or create a new task
- Enter your search text (e.g., "Women - Shirts")
- Configure sort order and page settings
- Run the actor
- Download results in JSON, CSV, or Excel format
โ๏ธ Advanced Input Example
{"searchText": "Men - Jeans","sort": "discount-desc","pageSize": 45,"maxPages": 5}
๐ ๏ธ Tech Stack
- Apify SDK โ actor orchestration and data handling
- Playwright โ browser automation with stealth capabilities
- Node.js 18+ โ runtime environment
๐ Data Processing Features
- โ Browser-based scraping to bypass bot protection
- โ Stealth mode with anti-detection measures
- โ Automatic duplicate detection
- โ Structured data parsing and normalization
- โ Comprehensive logging and error handling
๐ง Local Development
Installation
$npm install
Running the Actor
$npm start
Validation
Validate all generated datasets against the schema:
$node validate-datasets.js
Code Quality
Format code:
$npm run format
Check linting:
$npm run lint
๐ค Support
For issues, questions, or feature requests, please refer to the Apify documentation or contact support.