# Search Jumia Nigeria iPhone prices and ratings

**Use case:** 

Extract current iPhone listings from Jumia Nigeria with local prices, discounts, ratings, availability, and public product URLs.

## Input

```json
{
  "queries": [
    "iphone"
  ],
  "countries": [
    "NG"
  ],
  "startUrls": [],
  "maxItems": 5,
  "maxPagesPerQuery": 1,
  "includeSellerDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Product",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "countryName": {
    "label": "Country",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Jumia Scraper](https://apify.com/automation-lab/jumia-products-sellers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/jumia-products-sellers-scraper) to learn more, explore other use cases, and run it yourself.