# Kurtis on Meesho - Social Commerce Prices

**Use case:** 

Scrape Meesho kurti listings with product names, prices, ratings, reviews, categories, delivery flags, shipping charges, images, ads, and product URLs.

## Input

```json
{
  "searchQueries": [
    "kurti"
  ],
  "includeAds": false,
  "maxResults": 5,
  "maxPagesPerQuery": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "productId": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "mrp": {
    "label": "MRP",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "packSize": {
    "label": "Sizes",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Meesho Product Scraper: Prices & Catalog](https://apify.com/fascinating_lentil/meesho-social-commerce-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/meesho-social-commerce-scraper) to learn more, explore other use cases, and run it yourself.