AJIO Scraper - India Fashion Products, Prices, Ratings avatar

AJIO Scraper - India Fashion Products, Prices, Ratings

Pricing

from $1.20 / 1,000 results

Go to Apify Store
AJIO Scraper - India Fashion Products, Prices, Ratings

AJIO Scraper - India Fashion Products, Prices, Ratings

Scrape AJIO search results. Pure HTTP via the public catalog API. Returns product name, brand, price, MRP, discount, images, category, and product URL.

Pricing

from $1.20 / 1,000 results

Rating

0.0

(0)

Developer

Thirdwatch

Thirdwatch

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

3

Monthly active users

4.4 hours

Issues response

14 days ago

Last modified

Categories

Share

AJIO Scraper

Thirdwatch portfolio: 5K users across 88 public Actors, 2M+ records delivered, and >99% run success. Explore all Thirdwatch Actors.

Scrape product listings from AJIO (Reliance Retail's fashion marketplace). Pure HTTP — uses AJIO's public catalog API, no browser, no login.

What it returns (per product)

FieldDescription
sku / product_idAJIO product code
product_nameFull product title
brandBrand name (from fnlColorVariantData.brandName)
priceEffective price (offer price if applicable, else list price) (INR)
list_priceAJIO "buy" price before coupon
original_priceMRP / wasPriceData.value (INR)
discount_percentParsed from AJIO's discountPercent string, falls back to computed
currency"INR"
image_urlPrimary product image URL
urlCanonical product page URL
categoryPath: segment > vertical > brick (e.g. Men > Bags, Belts & Wallets > Backpacks)
catalog_nameAJIO catalog identifier
primary_colourDisplay colour, e.g. Sky Blue, Off White, Rose Gold. Same field name as the Myntra Scraper
colour_familyNormalised colour family, e.g. blue, offwhite. Consistent across brands — use this for grouping and filtering
color_groupRaw AJIO colour variant grouping key, e.g. 702341640_green
ratingAverage rating (often null on AJIO listings)
rating_countNumber of ratings (often null)
coupon_applicableTrue if a coupon offer is active
planning_categoryInternal AJIO category code

Why there is no sizes field

AJIO's public catalog API returns no size information for search results — there is no per-product size list anywhere in the response. Size lives only on the product detail page, and AJIO serves that page behind Akamai: the detail endpoints return HTTP 403 even with Chrome TLS fingerprinting and an Indian residential IP, so reaching it would need a full stealth browser per product.

The search response does expose a Size & Fit filter, but it only narrows results — it cannot tell you which sizes a given product stocks. Deriving sizes from it produces partial, misleading lists (a shirt available in S/M/L/XL can come back as just ["S"]), so this actor deliberately reports no sizes rather than wrong ones.

If you need AJIO size and stock data, open an issue — it is buildable as a separate detail-enrichment Actor, at a higher per-product price.

Input

{
"queries": ["laptop bag", "men kurta"],
"maxResults": 50
}

How it works

Calls https://www.ajio.com/api/search?currentPage=N&pageSize=45&format=json&query=... and parses the JSON response. AJIO's edge filter blocks plain Python TLS fingerprints — the actor uses impit with Chrome TLS spoofing. Apify residential India proxy is recommended at scale.

Pricing

Pay-per-event: $0.002/result base, drops to $0.0008 at GOLD tier.