AJIO Scraper - India Fashion Products, Prices, Ratings
Pricing
from $1.20 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
AJIO Scraper
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)
| Field | Description |
|---|---|
sku / product_id | AJIO product code |
product_name | Full product title |
brand | Brand name (from fnlColorVariantData.brandName) |
price | Effective price (offer price if applicable, else list price) (INR) |
list_price | AJIO "buy" price before coupon |
original_price | MRP / wasPriceData.value (INR) |
discount_percent | Parsed from AJIO's discountPercent string, falls back to computed |
currency | "INR" |
image_url | Primary product image URL |
url | Canonical product page URL |
category | Path: segment > vertical > brick (e.g. Men > Bags, Belts & Wallets > Backpacks) |
catalog_name | AJIO catalog identifier |
color_group | Color variant grouping key |
rating | Average rating (often null on AJIO listings) |
rating_count | Number of ratings (often null) |
coupon_applicable | True if a coupon offer is active |
planning_category | Internal AJIO category code |
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.