Meesho Supplier / Competitor Analyzer avatar

Meesho Supplier / Competitor Analyzer

Under maintenance

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Meesho Supplier / Competitor Analyzer

Meesho Supplier / Competitor Analyzer

Under maintenance

Deep analysis of Meesho suppliers: all products, pricing analytics, rating distribution, bestsellers, and supplier reviews.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

axly

axly

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Deep-dive analysis of individual Meesho sellers — perfect for competitor research, supplier evaluation, and market intelligence. Powered by the reverse-engineered Meesho Android API.

What You Get

For each supplier, the actor outputs:

Output TypeDescription
Products (type=product)All scraped products with price, rating, category, images, variants, reviews
Analytics (type=supplier_analytics)Avg price, avg discount, avg rating, price range, top categories, rating distribution, bestsellers

Input

FieldTypeDefaultDescription
supplier_idintegerSingle Meesho Supplier ID (required unless supplier_ids is set)
supplier_idsarray[]Analyze multiple suppliers in one run
max_productsinteger200Products to scrape per supplier (10–1000)
include_reviewsbooleantrueFetch buyer reviews per product
reviews_per_productinteger5Number of reviews per product
delay_between_requestsinteger700Delay between API calls (ms)
proxy_urlstringOptional http://user:pass@host:port proxy

Sample Inputs

Single supplier analysis:

{
"supplier_id": 34285,
"max_products": 200,
"include_reviews": true,
"reviews_per_product": 5
}

Competitor comparison (batch):

{
"supplier_ids": [34285, 987654, 112233],
"max_products": 100,
"include_reviews": false,
"delay_between_requests": 500
}

Output Examples

Product item

{
"type": "product",
"catalog_id": 131015550,
"name": "Women Printed Rayon Saree",
"price": 399,
"original_price": 899,
"discount": 55.6,
"image_url": "https://images.meesho.com/...",
"supplier_id": 34285,
"supplier_name": "Singh saree",
"supplier_rating": 4.2,
"rating": 3.8,
"reviews_count": 245,
"category": "Sarees",
"url": "https://www.meesho.com/product/131015550",
"fetched_at": "2026-05-03T10:00:00+00:00",
"reviews": [
{
"reviewer_name": "Priya S.",
"rating": 4,
"review_text": "Nice fabric, colour matched photo.",
"date": "2026-04-15T08:30:00Z"
}
]
}

Analytics item

{
"type": "supplier_analytics",
"supplier_id": 34285,
"supplier_name": "Singh saree",
"total_products": 1240,
"scraped_products": 200,
"avg_price": 678.45,
"avg_discount": 48.7,
"avg_rating": 4.28,
"total_reviews": 15420,
"price_range": { "min": 199, "max": 2499 },
"rating_distribution": { "1": 5, "2": 8, "3": 22, "4": 91, "5": 74 },
"top_categories": ["Kurtis", "Sarees", "Dresses"],
"category_breakdown": { "Kurtis": 92, "Sarees": 65, "Dresses": 43 },
"bestsellers": [ ... ],
"fetched_at": "2026-05-03T10:00:00+00:00"
}

The analytics are also saved to the key-value store under SUPPLIER_{id}_ANALYTICS for quick programmatic access.

How to Find a Supplier ID

  1. Open any product page on meesho.com.
  2. Click the seller name link to go to their profile.
  3. The URL will contain the numeric supplier ID: meesho.com/supplier/34285.

Use Cases

  • Dropshippers — identify high-volume, well-rated suppliers for sourcing.
  • Competitor analysis — benchmark a rival seller's pricing and product mix.
  • Market research — find under-served categories with low competition.
  • Brand monitoring — track specific suppliers' inventory changes over time.

Technical Notes

  • Uses Meesho's internal Android API (prod.meeshoapi.com).
  • TLS fingerprint spoofed via curl_cffi (Chrome 120) to bypass Akamai Bot Manager.
  • No Apify Proxy; direct connections only.
  • Supports multi-supplier batch runs with shared rate limiting.

License

Apache 2.0