Hacker News Story Search avatar

Hacker News Story Search

Pricing

$2.00 / 1,000 results

Go to Apify Store
Hacker News Story Search

Hacker News Story Search

Search Hacker News stories through the public Algolia HN Search API.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Best for

Founders, analysts, and developer-relations teams monitoring discussion around technologies, competitors, and market terms.

Input

Provide story search queries and a maximum result count per query.

Output

Each item uses the portfolio normalized fields: source, query, recordType, title, url, and summary, plus source-specific fields.

Example input

{
"queries": [
"cybersecurity",
"ai agents"
],
"maxResults": 10
}

Example output

{
"source": "hacker_news_algolia",
"query": "cybersecurity",
"recordType": "hn_story",
"title": "Example Hacker News story",
"url": "https://news.ycombinator.com/item?id=123",
"summary": "42 points, 10 comments, author alice."
}

Notes

undefined