# Uneed product research

**Use case:** 

Research one current Uneed product and collect its public description, category, pricing label, website, and launch details.

## Input

```json
{
  "target": "currentLaunch",
  "maxNbItemsToScrape": 1,
  "shouldIncludePromotedListings": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Uneed URL",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "category.name": {
    "label": "Name",
    "format": "string"
  },
  "pricing": {
    "label": "Pricing",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "voteCount": {
    "label": "Vote count",
    "format": "integer"
  },
  "clickCount": {
    "label": "Click count",
    "format": "integer"
  },
  "launchDate": {
    "label": "Launch date",
    "format": "string"
  },
  "websiteEmails": {
    "label": "Website emails",
    "format": "array"
  },
  "isPromoted": {
    "label": "Promoted",
    "format": "boolean"
  }
}
```

## About this Actor

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