# Indie Hackers AI Posts Scraper

**Use case:** 

Filter Indie Hackers posts about AI into structured data. Track founder conversations, launches, and trends around artificial intelligence.

## Input

```json
{
  "maxItems": 5,
  "keywordFilter": "AI"
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "link"
  },
  "postId": {
    "label": "Post Id",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "section": {
    "label": "Section",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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