Meesho Scraper - Products, Prices & Ratings avatar

Meesho Scraper - Products, Prices & Ratings

Pricing

from $3.00 / 1,000 product scrapeds

Go to Apify Store
Meesho Scraper - Products, Prices & Ratings

Meesho Scraper - Products, Prices & Ratings

Search Meesho and get one clean row per product: price, rating with the full star breakdown, category, supplier state, delivery badges and specs. No login and no API key.

Pricing

from $3.00 / 1,000 product scrapeds

Rating

0.0

(0)

Developer

Goutam Soni

Goutam Soni

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Meesho Scraper

Search Meesho and get one clean row per product. Price, rating with the full star breakdown, category, supplier state, delivery badges and specs. No login and no API key.

What it does

  • Price as a number in rupees, alongside the offer text shown on the listing, so you can sort and compare instead of parsing strings.
  • Ratings done properly: the average, the number of ratings, the number of written reviews, and the full one-to-five star breakdown where the source publishes it.
  • Specs as structured fields, so fabric, pattern, sleeve length and the rest arrive ready to filter instead of buried in a text blob.
  • Supplier state on every row, which is how you see where a category is actually manufactured.
  • Deduplicated across every search term, so a product matching two terms is delivered once and charged once.
  • Filters for minimum rating and maximum price.

Common uses: price and assortment research, competitor and category tracking, sourcing and supplier-region analysis, building a product dataset, and monitoring how a category's pricing moves over time.

Input

FieldTypeDescription
searchTermsarrayProducts, categories or keywords. One search per entry.
maxResultsPerTermintegerCap per term. Default 100.
minRatingintegerOnly products rated at least this (1 to 5).
maxPriceintegerOnly products at or below this price, in rupees.
proxyConfigurationobjectOptional. Enable to spread requests across IPs.

Example input

{
"searchTerms": ["kurti", "running shoes"],
"maxResultsPerTerm": 500,
"minRating": 4,
"maxPrice": 1500
}

Output

Each item is one product listing.

{
"productId": "0abcde",
"catalogId": 100000001,
"name": "Example Cotton Kurti",
"description": "Example Cotton Kurti",
"price": 245.0,
"productPrice": 245.0,
"currency": "INR",
"hasMrp": true,
"offerText": "₹215 with 2 Special Offers",
"rating": 4.0,
"ratingCount": 6809,
"reviewCount": 141,
"ratingBreakdown": { "1": 569, "2": 279, "3": 957, "4": 1744, "5": 3260 },
"category": "Kurtis & Kurtas",
"categoryId": 1001,
"isAssured": false,
"isMallVerified": false,
"isPopular": false,
"tags": ["NEXT DAY DISPATCH"],
"designCount": 4,
"supplierStateCode": "RJ",
"shippingCharges": 0.0,
"isExpressDelivery": false,
"specs": { "Fabric": "Rayon", "Sleeve Length": "Three-Quarter Sleeves", "Pattern": "Embroidered" },
"attributes": ["Fabric: Rayon"],
"imageUrl": "https://example.com/cover.jpg",
"images": ["https://example.com/photo-1.jpg"],
"listedAt": "2024-01-21T13:29:06+05:30",
"url": "https://www.meesho.com/s/p/0abcde",
"searchTerm": "kurti"
}

Notes

  • A search stops when it runs out. Ask for 500 products on a narrow term and you will get however many exist, not 500 padded rows. The run log states the count and the number of requests it took.
  • rating is the average that matches the published star counts. Products with no ratings yet return null rather than a zero, which would read as a bad score rather than no score.
  • ratingBreakdown is only published for some products. Those rows still carry rating and ratingCount, and return an empty breakdown rather than a guessed one.
  • shippingCharges of 0 means free delivery, which is the common case. It is a real zero, not a missing value.
  • specs is parsed from the listing's own detail block. Size lists are left in attributes and the detail text rather than forced into the spec shape, because they are listed per size and do not fit a label-and-value pair.
  • price is the catalog's starting price. Listings often span several designs and sizes at different prices, and designCount tells you how many are in the catalog.
  • supplierStateCode is the Indian state code the seller ships from, for example GJ or RJ.

Found this useful? Leave a quick review. It takes a few seconds and it genuinely helps other people find the actor.

Privacy

To improve our actors we collect anonymized usage telemetry (run stats and input patterns). No personal account data is collected.