# Discover Indie Products by Niche Keywords

**Use case:** 

Search for indie hacker products relevant to specific keywords to identify competitors or inspiration in a particular market segment. This targeted research hel

## Input

```json
{
  "mode": "products",
  "sortBy": "revenue-desc",
  "searchQuery": "AI tools for creators",
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "tagline": {
    "label": "Tagline"
  },
  "monthlyRevenue": {
    "label": "Monthly revenue"
  },
  "founderUsername": {
    "label": "Founder username"
  },
  "indiehackersUrl": {
    "label": "Indiehackers url"
  },
  "websiteUrl": {
    "label": "Website url"
  }
}
```

## About this Actor

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