# Export Indie Hackers AI Products

**Use case:** 

Pull public Indie Hackers product listings tagged for AI, including websites, descriptions, social handles, and traction metrics.

## Input

```json
{
  "query": "",
  "maxItems": 100,
  "tags": [
    "vertical-ai",
    "platform-web"
  ]
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "productUrl": {
    "label": "Indie Hackers URL",
    "format": "link"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "twitterHandle": {
    "label": "Twitter",
    "format": "text"
  },
  "revenue": {
    "label": "Revenue",
    "format": "number"
  },
  "numFollowers": {
    "label": "Followers",
    "format": "number"
  },
  "last30DaysUniques": {
    "label": "30d uniques",
    "format": "number"
  },
  "startDate": {
    "label": "Start date",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "userIds": {
    "label": "Founder IDs",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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