Ajio Product Full Details avatar
Ajio Product Full Details

Pricing

$1.00 / 1,000 results

Go to Apify Store
Ajio Product Full Details

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

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldTypeDescription
searchTextstringSearch query for products (e.g., "Women - Shirts", "Men - T-Shirts")
sortstringSort order for results (see options below)
pageSizenumberNumber of products per page (1-45, default: 45)
maxPagesnumberMaximum number of pages to scrape (1-100, default: 1)

πŸ“Š Sort Options

CodeDescription
relevanceSort by relevance (default)
discount-descSort by highest discount
prce-ascSort by price (lowest first)
prce-descSort by price (highest first)
newnSort by newest arrivals
ratingSort 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

FieldTypeDescription
namestringProduct name/title
fnlColorVariantData.brandNamestringBrand name
price.displayformattedValuestringFormatted current price
price.valuenumberNumeric price value
wasPriceData.displayformattedValuestringOriginal price before discount
discountPercentstringDiscount percentage
imagesarrayArray of product image URLs
urlstringDirect 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

  1. Open the actor in Apify Console
  2. Click "Try actor" or create a new task
  3. Enter your search text (e.g., "Women - Shirts")
  4. Configure sort order and page settings
  5. Run the actor
  6. 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.