# Uneed AI Tools Scraper

**Use case:** 

Scrape AI tool listings from Uneed.best with product names, descriptions, categories, tags, pricing, websites, and social links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.uneed.best/tags/ai"
    }
  ],
  "maxItems": 75,
  "includeDetails": true,
  "useSitemap": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "uneedUrl": {
    "label": "Uneed URL",
    "format": "link"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "pricing": {
    "label": "Pricing",
    "format": "text"
  },
  "voteCount": {
    "label": "Votes",
    "format": "number"
  },
  "isPremium": {
    "label": "Premium",
    "format": "boolean"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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