# Nike Product Review Extractor

**Use case:** 

Extract up to 200 recent reviews and ratings from Nike products. Gain insights on customer feedback and overall product performance.

## Input

```json
{
  "startUrl": "https://www.nike.com/t/air-jordan-mvp-92-mens-shoes-uOkaWWqF/HQ3950-004",
  "results_wanted": 200,
  "max_pages": 10,
  "sort_by": "RECENT",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "product_sku": {
    "label": "SKU",
    "format": "text"
  },
  "product_title": {
    "label": "Product",
    "format": "text"
  },
  "overall_rating": {
    "label": "Avg Rating",
    "format": "number"
  },
  "review_rating": {
    "label": "Stars",
    "format": "number"
  },
  "review_title": {
    "label": "Title",
    "format": "text"
  },
  "review_text": {
    "label": "Review",
    "format": "text"
  },
  "reviewer_name": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewer_location": {
    "label": "Location",
    "format": "text"
  },
  "size_worn": {
    "label": "Size",
    "format": "text"
  },
  "fit": {
    "label": "Fit",
    "format": "text"
  },
  "comfort": {
    "label": "Comfort",
    "format": "text"
  },
  "recommended": {
    "label": "Recommend?",
    "format": "text"
  },
  "helpful_votes": {
    "label": "Helpful",
    "format": "number"
  },
  "date_posted": {
    "label": "Date",
    "format": "text"
  },
  "product_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Nike Reviews Scraper](https://apify.com/shahidirfan/nike-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/nike-reviews-scraper) to learn more, explore other use cases, and run it yourself.