Get Category
Fetch a Product Hunt category with subcategories, parent category, and ranked product listing.
Capability ID
producthunt.category
Cost
1 credit per request
Maximum runtime
30 seconds
POST
/execute
Shared execution endpoint
Input parameters
max_products
integer
optional
Max products to return (omit for no cap, max: 500)
Example
5
url
string
required
Category URL or slug
Example
ai-meeting-notetakers
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
description |
string |
AI notetakers capture meetings, calls, and voice memos, then transcribe… |
id |
string |
1288 |
name |
string |
AI notetakers |
parent_category |
object |
4 fields |
parent_category.id |
string |
34 |
parent_category.name |
string |
Productivity |
parent_category.path |
string |
/categories/productivity |
parent_category.slug |
string |
productivity |
path |
string |
/categories/ai-meeting-notetakers |
products |
array |
3 items |
products |
array |
3 items |
reviews_count |
integer |
2702 |
slug |
string |
ai-meeting-notetakers |
url |
string |
https://www.producthunt.com/categories/ai-meeting-notetakers |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.