Ajio Product Full Details avatar

Ajio Product Full Details

Pricing

$5.00/month + usage

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

$5.00/month + usage

Rating

5.0

(3)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

1

Monthly active users

7 months 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.