AJIO Product Scraper πŸ›οΈ avatar
AJIO Product Scraper πŸ›οΈ

Pricing

$19.99/month + usage

Go to Apify Store
AJIO Product Scraper πŸ›οΈ

AJIO Product Scraper πŸ›οΈ

Extract detailed product information from AJIO's fashion marketplace. Get comprehensive data including prices, discounts, images, and categories. Perfect for price monitoring, market research, and competitive analysis in India's e-commerce fashion sector. πŸ›οΈ

Pricing

$19.99/month + usage

Rating

5.0

(2)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

2

Bookmarked

30

Total users

2

Monthly active users

16 hours ago

Last modified

Categories

Share

Scrape detailed product information from AJIO, India's leading fashion e-commerce platform. Extract product details including prices, discounts, images, and categories with ease.

πŸ”₯ Features

  • Scrapes product listings from any AJIO search URL
  • Extracts comprehensive product details including:
    • Product name, code, and brand
    • Current price, original price, and discount information
    • Product categories (segment, vertical, brick)
    • High-quality product images (primary + additional views)
    • Complete product URLs
    • Coupon applicability status
  • Supports infinite scroll pagination
  • Built-in proxy rotation support
  • Randomized delays and user agents for reliable scraping
  • Efficient handling of rate limits and blocking

🎯 Use Cases

  • Price monitoring and competitive analysis
  • Product catalog aggregation
  • Fashion trend analysis
  • Inventory tracking
  • Market research and analysis

πŸ“ Tips

  • Use specific search URLs for targeted scraping
  • Adjust maxItems to control the amount of data collected
  • Consider using proxies for large-scale scraping

πŸ’‘ Input Parameters

The actor accepts the following input parameters:

  • searchUrls: Array of AJIO search URLs to scrape
  • maxItems: Maximum number of items to scrape (optional)
  • proxyConfiguration: Proxy settings (optional)

πŸ“Š Output

The actor outputs detailed product data in JSON format, including:

Input Example

A full explanation of an input example in JSON.

{
"searchUrls": [
"https://www.ajio.com/search/?query=%3Arelevance%3Al1l3nestedcategory%3AWomen%20-%20Maternity%20Wear&text=shirt&classifier=intent&gridColumns=3"
],
"maxItems": 50
}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"searchUrl": "https://www.ajio.com/search/?query=%3Arelevance%3Al1l3nestedcategory%3AWomen%20-%20Maternity%20Wear&text=shirt&classifier=intent&gridColumns=3",
"productCode": "700098886005",
"name": "Graphic Print Oversized Fit T-Shirt",
"brand": "the-mom-store",
"category": {
"segment": "Women",
"vertical": "Maternity",
"brick": "Shirts,Tops&Tshirts"
},
"price": {
"current": 802,
"original": 1099,
"currency": "INR",
"discountPercent": "27% off",
"offerPrice": 725
},
"images": {
"primary": "https://assets.ajio.com/medias/sys_master/root/20240617/xu43/667022da1d763220fac57ac4/the_mom_store_lavender_graphic_print_oversized_fit_t-shirt.jpg",
"all": [
"https://assets.ajio.com/medias/sys_master/root/20240617/xu43/667022da1d763220fac57ac4/-473Wx593H-700098886-lavender-MODEL.jpg",
"https://assets.ajio.com/medias/sys_master/root/20240617/GCqf/667022da1d763220fac57a51/-473Wx593H-700098886-lavender-MODEL2.jpg",
"https://assets.ajio.com/medias/sys_master/root/20240617/GATr/667022da1d763220fac57a56/-473Wx593H-700098886-lavender-MODEL3.jpg",
"https://assets.ajio.com/medias/sys_master/root/20240617/0CQJ/667022da1d763220fac57a57/-473Wx593H-700098886-lavender-MODEL4.jpg",
"https://assets.ajio.com/medias/sys_master/root/20240617/htGY/667022da1d763220fac57a54/-473Wx593H-700098886-lavender-MODEL5.jpg",
"https://assets.ajio.com/medias/sys_master/root/20240617/X4VH/667022e01d763220fac57b0b/-473Wx593H-700098886-lavender-MODEL6.jpg"
]
},
"productUrl": "https://www.ajio.com/the-mom-store-graphic-print-oversized-fit-t-shirt/p/700098886_lavender",
"planningCategory": "Clothing",
"couponStatus": "Coupon Applicable"
},
...
]