/producthunt/category/{slug}apiKey2 credits/requestRetrieve Product Hunt category details
Returns the category page payload for a Product Hunt category slug.
Required params: slug:path
API Reference
Use Crawlora's Product Hunt Scraper API endpoints to extract supported public ProductHunt data as structured JSON. This documentation covers 11 active endpoints including Retrieve Product Hunt category details, Retrieve Product Hunt category products, Retrieve Product Hunt leaderboard, Retrieve Product Hunt product details, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as slug, id, query, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/producthunt/search?query=%22ai%22&type=product&page=2&featured=true&topics=ai-chatbots%2Cchrome-extensions" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/producthunt/category/{slug}apiKey2 credits/requestReturns the category page payload for a Product Hunt category slug.
Required params: slug:path
/producthunt/category/{slug}/productsapiKey2 credits/requestReturns the paginated category listing payload for a Product Hunt category slug.
Required params: slug:path
/producthunt/leaderboardapiKey2 credits/requestFetches Product Hunt leaderboard data for daily, weekly, monthly, or yearly scopes via Product Hunt GraphQL.
Required params: None
/producthunt/product/{id}apiKey2 credits/requestReturns the core Product Hunt product details.
Required params: id:path
/producthunt/product/{id}/aboutapiKey2 credits/requestReturns the richer Product Hunt about-page payload, including launch, forum, review tags, and media data.
Required params: id:path
/producthunt/product/{id}/alternativesapiKey2 credits/requestReturns paginated alternatives, tags, and related discussions for a Product Hunt product.
Required params: id:path
/producthunt/product/{id}/customersapiKey2 credits/requestReturns paginated customer products for a Product Hunt product using Product Hunt's ProductCustomersPage GraphQL operation.
Required params: id:path
/producthunt/product/{id}/launchesapiKey2 credits/requestReturns paginated launch posts for a Product Hunt product using Product Hunt's ProductPageLaunches GraphQL operation.
Required params: id:path
/producthunt/product/{id}/makersapiKey2 credits/requestReturns maker items for a Product Hunt product.
Required params: id:path
/producthunt/product/{id}/reviewsapiKey3 credits/requestReturns detailed review items for a Product Hunt product.
Required params: id:path
/producthunt/searchapiKey3 credits/requestPerforms a full-text Product Hunt search and returns matching products, users, or launches.
Required params: query:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Retrieve Product Hunt category details | /producthunt/category/{slug} | GET | 2 credits/request | slug:path | View docs | Try endpoint |
| Retrieve Product Hunt category products | /producthunt/category/{slug}/products | GET | 2 credits/request | slug:path | View docs | Try endpoint |
| Retrieve Product Hunt leaderboard | /producthunt/leaderboard | GET | 2 credits/request | None | View docs | Try endpoint |
| Retrieve Product Hunt product details | /producthunt/product/{id} | GET | 2 credits/request | id:path | View docs | Try endpoint |
| Retrieve Product Hunt product about page | /producthunt/product/{id}/about | GET | 2 credits/request | id:path | View docs | Try endpoint |
| Retrieve Product Hunt product alternatives | /producthunt/product/{id}/alternatives | GET | 2 credits/request | id:path | View docs | Try endpoint |
| Retrieve Product Hunt product customers | /producthunt/product/{id}/customers | GET | 2 credits/request | id:path | View docs | Try endpoint |
| Retrieve Product Hunt product launches | /producthunt/product/{id}/launches | GET | 2 credits/request | id:path | View docs | Try endpoint |
| Retrieve Product Hunt product makers | /producthunt/product/{id}/makers | GET | 2 credits/request | id:path | View docs | Try endpoint |
| Retrieve Product Hunt product detailed reviews | /producthunt/product/{id}/reviews | GET | 3 credits/request | id:path | View docs | Try endpoint |
| Search for products, users, or launches on Product Hunt | /producthunt/search | GET | 3 credits/request | query:query | View docs | Try endpoint |