Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, travel, real estate, marketplaces, apps, social, audio, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
Docs menu

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow
  1. Home
  2. /Docs
  3. /Product Hunt Scraper API

API Reference

Product Hunt Scraper API Documentation

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.

Try Search for products, users, or launches on Product Hunt Start with endpoint docsPricing

Quick start

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.

Base URL
https://api.crawlora.net/api/v1
Auth header
x-api-key: $CRAWLORA_API_KEY
Primary endpoint
GET /producthunt/search
Credit cost
3 credits/request
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"
Try Search for products, users, or launches on Product Hunt in PlaygroundAPI key authenticationReview Crawlora pricing

Common concepts

  • Authenticated API-key requests
  • Structured JSON responses
  • Credit-based usage and plan limits
  • Documented validation and upstream errors
  • Playground testing before integration
  • Responsible public web data workflows
Product Hunt platform pageError handling guideRate limits and credits

Product Hunt Scraper API endpoints

These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.

GET/producthunt/category/{slug}apiKey2 credits/request

Retrieve Product Hunt category details

Returns the category page payload for a Product Hunt category slug.

Required params: slug:path

Retrieve Product Hunt category details documentationTry Retrieve Product Hunt category details in Playground
GET/producthunt/category/{slug}/productsapiKey2 credits/request

Retrieve Product Hunt category products

Returns the paginated category listing payload for a Product Hunt category slug.

Required params: slug:path

Retrieve Product Hunt category products documentationTry Retrieve Product Hunt category products in Playground
GET/producthunt/leaderboardapiKey2 credits/request

Retrieve Product Hunt leaderboard

Fetches Product Hunt leaderboard data for daily, weekly, monthly, or yearly scopes via Product Hunt GraphQL.

Required params: None

Retrieve Product Hunt leaderboard documentationTry Retrieve Product Hunt leaderboard in Playground
GET/producthunt/product/{id}apiKey2 credits/request

Retrieve Product Hunt product details

Returns the core Product Hunt product details.

Required params: id:path

Retrieve Product Hunt product details documentationTry Retrieve Product Hunt product details in Playground
GET/producthunt/product/{id}/aboutapiKey2 credits/request

Retrieve Product Hunt product about page

Returns the richer Product Hunt about-page payload, including launch, forum, review tags, and media data.

Required params: id:path

Retrieve Product Hunt product about page documentationTry Retrieve Product Hunt product about page in Playground
GET/producthunt/product/{id}/alternativesapiKey2 credits/request

Retrieve Product Hunt product alternatives

Returns paginated alternatives, tags, and related discussions for a Product Hunt product.

Required params: id:path

Retrieve Product Hunt product alternatives documentationTry Retrieve Product Hunt product alternatives in Playground
GET/producthunt/product/{id}/customersapiKey2 credits/request

Retrieve Product Hunt product customers

Returns paginated customer products for a Product Hunt product using Product Hunt's ProductCustomersPage GraphQL operation.

Required params: id:path

Retrieve Product Hunt product customers documentationTry Retrieve Product Hunt product customers in Playground
GET/producthunt/product/{id}/launchesapiKey2 credits/request

Retrieve Product Hunt product launches

Returns paginated launch posts for a Product Hunt product using Product Hunt's ProductPageLaunches GraphQL operation.

Required params: id:path

Retrieve Product Hunt product launches documentationTry Retrieve Product Hunt product launches in Playground
GET/producthunt/product/{id}/makersapiKey2 credits/request

Retrieve Product Hunt product makers

Returns maker items for a Product Hunt product.

Required params: id:path

Retrieve Product Hunt product makers documentationTry Retrieve Product Hunt product makers in Playground
GET/producthunt/product/{id}/reviewsapiKey3 credits/request

Retrieve Product Hunt product detailed reviews

Returns detailed review items for a Product Hunt product.

Required params: id:path

Retrieve Product Hunt product detailed reviews documentationTry Retrieve Product Hunt product detailed reviews in Playground
GET/producthunt/searchapiKey3 credits/request

Search for products, users, or launches on Product Hunt

Performs a full-text Product Hunt search and returns matching products, users, or launches.

Required params: query:query

Search for products, users, or launches on Product Hunt documentationTry Search for products, users, or launches on Product Hunt in Playground

Endpoint reference table

EndpointAPI pathMethodCreditsRequired paramsDocsPlayground
Retrieve Product Hunt category details/producthunt/category/{slug}GET2 credits/requestslug:pathView docsTry endpoint
Retrieve Product Hunt category products/producthunt/category/{slug}/productsGET2 credits/requestslug:pathView docsTry endpoint
Retrieve Product Hunt leaderboard/producthunt/leaderboardGET2 credits/requestNoneView docsTry endpoint
Retrieve Product Hunt product details/producthunt/product/{id}GET2 credits/requestid:pathView docsTry endpoint
Retrieve Product Hunt product about page/producthunt/product/{id}/aboutGET2 credits/requestid:pathView docsTry endpoint
Retrieve Product Hunt product alternatives/producthunt/product/{id}/alternativesGET2 credits/requestid:pathView docsTry endpoint
Retrieve Product Hunt product customers/producthunt/product/{id}/customersGET2 credits/requestid:pathView docsTry endpoint
Retrieve Product Hunt product launches/producthunt/product/{id}/launchesGET2 credits/requestid:pathView docsTry endpoint
Retrieve Product Hunt product makers/producthunt/product/{id}/makersGET2 credits/requestid:pathView docsTry endpoint
Retrieve Product Hunt product detailed reviews/producthunt/product/{id}/reviewsGET3 credits/requestid:pathView docsTry endpoint
Search for products, users, or launches on Product Hunt/producthunt/searchGET3 credits/requestquery:queryView docsTry endpoint

Related Crawlora API pages

Product Hunt scraper API platform pageTry the primary endpoint in PlaygroundBrowse supported platformsCrawlora API pricingSimilarWeb API documentationLinkedIn API documentation
Back to docs