get_user
Retrieve a HackerNews user's public profile including karma, about text, account creation date, and submissions. Returns null if the user has no public activity or does not exist.
Instructions
Get a HackerNews user's public profile (karma, about, created, submissions).
Returns null if the user has no public activity or does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | The exact, case-sensitive HackerNews username. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |