Ajio Product Full Details
Pricing
$1.00 / 1,000 results
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
$1.00 / 1,000 results
Rating
5.0
(2)
Developer

ScrapeAI
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days 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.