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. /ProductHunt
  4. /Retrieve Product Hunt product about page API

ProductHunt API endpoint

Retrieve Product Hunt product about page API

Use Crawlora's Retrieve Product Hunt product about page API to extract supported public ProductHunt data as structured JSON. This page includes request parameters, cURL examples, response schema, error behavior, credit cost, and a Playground link for testing before integration.

GETapiKey2 credits/requestProductHuntproducthunt.aboutResponseDoc/producthunt/product/{id}/about

Endpoint facts

Method
GET
API path
/producthunt/product/{id}/about
Auth
apiKey
Credits
2 credits/request
Platform
ProductHunt
Response schema
#/definitions/producthunt.aboutResponseDoc

Overview

Returns the richer Product Hunt about-page payload, including launch, forum, review tags, and media data. Developers commonly use this endpoint for data enrichment, monitoring, research dashboards, internal automation, and AI-agent workflows that need repeatable structured public web data. Authentication uses the documented Crawlora headers, and usage is metered with the credit cost shown on this page.

Product Hunt platform pageTry Retrieve Product Hunt product about page API in PlaygroundCrawlora API pricingProductHunt API documentation

Request parameters

Request parameters are generated from the active endpoint catalog. Required values must be sent before Crawlora can call the upstream public web data source.

ParameterTypeRequiredDefaultDescriptionExample
id (path)stringYesProduct Hunt slug"producthunt"
x-api-key (header)stringYesAPI key required

cURL example

curl -X GET "https://api.crawlora.net/api/v1/producthunt/product/%22producthunt%22/about" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Authentication

Send your scraping API key in the x-api-key header. Use the console API Keys page to rotate or select the active key.

Billing

Endpoint usage is metered in credits. The plan prices, included credits, limits, and overage rates below match the active backend billing configuration.

Credit cost
2 credits/request
Charged response
Successful 2xx responses
PlanPriceIncluded creditsDaily capRate limitOverage
Free$0/mo2,000500 daily credits5/minNo overage
Starter$9/mo20,0005,000 daily credits15/min$0.75/1,000 overage credits when enabled
Growth$29/mo100,00025,000 daily credits45/min$0.45/1,000 overage credits when enabled
Pro$79/mo400,000No daily cap120/min$0.30/1,000 overage credits
Business$199/mo1,200,000No daily cap300/min$0.20/1,000 overage credits
Enterprise$499/mo5,000,000No daily cap1,000/min$0.12/1,000 overage credits

Infrastructure behavior

This endpoint is executed through Crawlora's managed scraping infrastructure.

  • Proxy strategy: managed automatically where needed
  • Browser rendering: enabled for supported targets that require rendered HTML or JavaScript execution
  • Browser cluster: supported dynamic workloads can be routed through distributed browser instances
  • Retry behavior: automatic retry/fallback may be used depending on endpoint type
  • Challenge handling: challenged pages or unusable upstream HTML are detected and surfaced clearly when they cannot be used
  • Billing: credits are charged only for successful 2xx responses
  • Observability: responses include request context where available

Browser cluster behavior

Some targets require real browser execution because the data is loaded through JavaScript, dynamic rendering, or interaction-like browser behavior.

For supported endpoints, Crawlora can route requests through a managed browser cluster. This allows Crawlora to execute JavaScript, load dynamic content, apply browser-level request behavior, and normalize the rendered result into JSON.

You do not need to operate your own Playwright, Puppeteer, Chrome, proxy, queue, or retry infrastructure.

Error behavior

Crawlora does not silently return bad data when the upstream page cannot be used.

StatusCommon failure case
400Invalid input or missing required parameter
429Plan or endpoint rate limit exceeded
500Internal execution error
502Upstream platform failed, returned unusable HTML, or served a challenge page that could not be resolved

When possible, Crawlora returns structured error context so your integration can retry, back off, or inspect the request.

Failure responses

StatusDescriptionSchema
400Missing or invalid parameters#/definitions/app.Response
404Product not found#/definitions/app.Response
429Rate limit exceeded#/definitions/app.Response
500Internal server error#/definitions/app.Response

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "product_id": "112572",
    "page_variant_typename": "ProductPageVariantHighlightedLaunch",
    "product": {
      "id": "112572",
      "slug": "producthunt",
      "name": "Product Hunt",
      "tagline": "The place to discover your next favorite thing",
      "latest_launch": {
        "id": "1101061",
        "slug": "kitty-points-leaderboard",
        "launch_number": 120
      },
      "followers_count": 142009
    },
    "launch": {
      "id": "1101061",
      "name": "Kitty Points Leaderboard",
      "daily_rank": 3,
      "weekly_rank": 9,
      "comments_count": 52
    },
    "viewer": {
      "is_featured_post_maker": false
    },
    "ad": {
      "id": "33851",
      "name": "Littlebird",
      "tagline": "The only full-context AI"
    }
  }
}

Request schema

No body schema

Response schema

#/definitions/producthunt.aboutResponseDoc

FieldTypeRequiredEnumBoundsExampleDescription
codeintegerNo200
dataproducthunt.ProductAboutPageNo
data.adproducthunt.ProductAboutAdNo
data.ad.channel_kindstringNo
data.ad.idstringNo
data.ad.large_asset_uuidstringNo
data.ad.namestringNo
data.ad.small_asset_uuidstringNo
data.ad.subjectstringNo
data.ad.taglinestringNo
data.ad.thumbnail_uuidstringNo
data.ad.urlstringNo
data.ad.variation_idstringNo
data.launchproducthunt.ProductAboutLaunchNo
data.launch.ad1producthunt.ProductAboutGhostAdNo
data.launch.ad1.idstringNo
data.launch.ad1.subjectstringNo
data.launch.ad2producthunt.ProductAboutGhostAdNo
data.launch.ad2.idstringNo
data.launch.ad2.subjectstringNo
data.launch.badgesarrayNo
data.launch.badges[].categorystringNo
data.launch.badges[].datestringNo
data.launch.badges[].idstringNo
data.launch.badges[].periodstringNo
data.launch.badges[].positionintegerNo
data.launch.badges[].post_idstringNo
data.launch.badges[].post_namestringNo
data.launch.badges[].post_slugstringNo
data.launch.badges[].yearstringNo
data.launch.can_deputy_managebooleanNo
data.launch.can_managebooleanNo
data.launch.comments_countintegerNo
data.launch.created_atstringNo
data.launch.daily_rankintegerNo
data.launch.descriptionstringNo
data.launch.detailed_reviewsarrayNo
data.launch.detailed_reviews[].alternative_productsarrayNo
data.launch.detailed_reviews[].alternative_products[].idstringNo
data.launch.detailed_reviews[].alternative_products[].is_no_longer_onlinebooleanNo
data.launch.detailed_reviews[].alternative_products[].logo_uuidstringNo
data.launch.detailed_reviews[].alternative_products[].namestringNo
data.launch.detailed_reviews[].alternative_products[].pathstringNo
data.launch.detailed_reviews[].alternative_products[].slugstringNo
data.launch.detailed_reviews[].alternative_products[].taglinestringNo
data.launch.detailed_reviews[].idstringNo
data.launch.detailed_reviews[].productproducthunt.ProductAboutMentionedProductNo
data.launch.detailed_reviews[].product.idstringNo
data.launch.detailed_reviews[].product.is_no_longer_onlinebooleanNo
data.launch.detailed_reviews[].product.logo_uuidstringNo
data.launch.detailed_reviews[].product.namestringNo
data.launch.detailed_reviews[].product.pathstringNo
data.launch.detailed_reviews[].product.slugstringNo
data.launch.detailed_reviews[].product.taglinestringNo
data.launch.detailed_reviews[].shoutout_notestringNo
data.launch.disabled_when_scheduledbooleanNo
data.launch.embargo_preview_atstringNo
data.launch.featuredbooleanNo
data.launch.featured_atstringNo
data.launch.has_votedbooleanNo
data.launch.hide_votes_countbooleanNo
data.launch.idstringNo
data.launch.is_archivedbooleanNo
data.launch.is_availablebooleanNo
data.launch.is_hunterbooleanNo
data.launch.is_makerbooleanNo
data.launch.is_top_launchbooleanNo
data.launch.latest_scoreintegerNo
data.launch.launch_day_scoreintegerNo
data.launch.launch_numberintegerNo
data.launch.launch_statestringNo
data.launch.launched_this_weekbooleanNo
data.launch.launching_todaybooleanNo
data.launch.linksarrayNo
data.launch.links[].devicesarrayNo
data.launch.links[].idstringNo
data.launch.links[].redirect_pathstringNo
data.launch.links[].store_namestringNo
data.launch.links[].website_namestringNo
data.launch.makersarrayNo
data.launch.makers[].avatar_urlstringNo
data.launch.makers[].headlinestringNo
data.launch.makers[].idstringNo
data.launch.makers[].namestringNo
data.launch.makers[].usernamestringNo
data.launch.mediaarrayNo
data.launch.media[].idstringNo
data.launch.media[].image_uuidstringNo
data.launch.media[].interactive_demo_idstringNo
data.launch.media[].interactive_demo_typestringNo
data.launch.media[].media_typestringNo
data.launch.media[].original_heightintegerNo
data.launch.media[].original_widthintegerNo
data.launch.media[].platformstringNo
data.launch.media[].thumbnail_heightintegerNo
data.launch.media[].thumbnail_widthintegerNo
data.launch.media[].urlstringNo
data.launch.media[].video_idstringNo
data.launch.metaproducthunt.ProductAboutMetaNo
data.launch.meta.titlestringNo
data.launch.moderation_reasonstringNo
data.launch.namestringNo
data.launch.pricing_typestringNo
data.launch.primary_linkproducthunt.ProductAboutPrimaryLinkNo
data.launch.primary_link.idstringNo
data.launch.primary_link.urlstringNo
data.launch.productproducthunt.ProductAboutLaunchProductNo
data.launch.product.can_claimbooleanNo
data.launch.product.can_editbooleanNo
data.launch.product.clean_urlstringNo
data.launch.product.detailed_reviewobjectNo
data.launch.product.first_launchbooleanNo
data.launch.product.idstringNo
data.launch.product.is_claimedbooleanNo
data.launch.product.is_no_longer_onlinebooleanNo
data.launch.product.is_subscribedbooleanNo
data.launch.product.is_top_productbooleanNo
data.launch.product.is_viewer_team_memberobjectNo
data.launch.product.latest_launchproducthunt.ProductAboutLaunchFlagsNo
data.launch.product.latest_launch.idstringNo
data.launch.product.latest_launch.launched_this_weekbooleanNo
data.launch.product.latest_launch.launching_todaybooleanNo
data.launch.product.logo_uuidstringNo
data.launch.product.namestringNo
data.launch.product.posts_countintegerNo
data.launch.product.pro_con_tagsarrayNo
data.launch.product.pro_con_tags[].countintegerNo
data.launch.product.pro_con_tags[].idstringNo
data.launch.product.pro_con_tags[].namestringNo
data.launch.product.pro_con_tags[].typestringNo
data.launch.product.review_questionsarrayNo
data.launch.product.review_questions[].categorystringNo
data.launch.product.review_questions[].idstringNo
data.launch.product.review_questions[].questionstringNo
data.launch.product.reviews_ratingnumberNo
data.launch.product.slugstringNo
data.launch.product.taglinestringNo
data.launch.product.viewer_pending_team_requestobjectNo
data.launch.product.website_domainstringNo
data.launch.product.website_urlstringNo
data.launch.product_statestringNo
data.launch.promoobjectNo
data.launch.redirect_to_productproducthunt.LeaderboardProductRefNo
data.launch.redirect_to_product.idstringNo
data.launch.redirect_to_product.is_no_longer_onlinebooleanNo
data.launch.redirect_to_product.is_subscribedbooleanNo
data.launch.redirect_to_product.is_top_productbooleanNo
data.launch.redirect_to_product.logo_uuidstringNo
data.launch.redirect_to_product.namestringNo
data.launch.redirect_to_product.slugstringNo
data.launch.scheduled_atstringNo
data.launch.slugstringNo
data.launch.taglinestringNo
data.launch.thumbnail_image_uuidstringNo
data.launch.topicsarrayNo
data.launch.topics[].idstringNo
data.launch.topics[].namestringNo
data.launch.topics[].pathstringNo
data.launch.topics[].slugstringNo
data.launch.trashed_atstringNo
data.launch.updated_atstringNo
data.launch.urlstringNo
data.launch.userproducthunt.ProductAboutUserNo
data.launch.user.avatar_urlstringNo
data.launch.user.headlinestringNo
data.launch.user.idstringNo
data.launch.user.namestringNo
data.launch.user.usernamestringNo
data.launch.weekly_rankintegerNo
data.page_variant_typenamestringNo
data.productproducthunt.ProductAboutProductNo
data.product.badgesarrayNo
data.product.badges[].categorystringNo
data.product.badges[].datestringNo
data.product.badges[].idstringNo
data.product.badges[].periodstringNo
data.product.badges[].positionintegerNo
data.product.badges[].post_idstringNo
data.product.badges[].post_namestringNo
data.product.badges[].post_slugstringNo
data.product.badges[].yearstringNo
data.product.detailed_reviewobjectNo
data.product.discussion_forumproducthunt.ProductAboutDiscussionForumNo
data.product.discussion_forum.idstringNo
data.product.discussion_forum.pathstringNo
data.product.discussion_forum.threadsarrayNo
data.product.discussion_forum.threads[].commentable_idstringNo
data.product.discussion_forum.threads[].comments_countintegerNo
data.product.discussion_forum.threads[].created_atstringNo
data.product.discussion_forum.threads[].description_previewstringNo
data.product.discussion_forum.threads[].forumproducthunt.ProductAboutForumRefNo
data.product.discussion_forum.threads[].forum.idstringNo
data.product.discussion_forum.threads[].forum.pathstringNo
data.product.discussion_forum.threads[].forum.slugstringNo
data.product.discussion_forum.threads[].forum.subjectproducthunt.ProductAboutForumSubjectNo
data.product.discussion_forum.threads[].forum.subject.idstringNo
data.product.discussion_forum.threads[].forum.subject.is_no_longer_onlinebooleanNo
data.product.discussion_forum.threads[].forum.subject.logo_uuidstringNo
data.product.discussion_forum.threads[].forum.subject.namestringNo
data.product.discussion_forum.threads[].has_votedbooleanNo
data.product.discussion_forum.threads[].idstringNo
data.product.discussion_forum.threads[].is_featuredbooleanNo
data.product.discussion_forum.threads[].is_pinnedbooleanNo
data.product.discussion_forum.threads[].pathstringNo
data.product.discussion_forum.threads[].slugstringNo
data.product.discussion_forum.threads[].titlestringNo
data.product.discussion_forum.threads[].userproducthunt.ProductCategoryUserNo
data.product.discussion_forum.threads[].user.avatar_urlstringNo
data.product.discussion_forum.threads[].user.idstringNo
data.product.discussion_forum.threads[].user.namestringNo
data.product.discussion_forum.threads[].user.usernamestringNo
data.product.discussion_forum.threads[].votes_countintegerNo
data.product.discussion_forum.total_countintegerNo
data.product.followers_countintegerNo
data.product.idstringNo
data.product.is_no_longer_onlinebooleanNo
data.product.is_subscribedbooleanNo
data.product.latest_launchproducthunt.ProductAboutLatestLaunchNo
data.product.latest_launch.idstringNo
data.product.latest_launch.is_makerbooleanNo
data.product.latest_launch.launch_numberintegerNo
data.product.latest_launch.launched_this_weekbooleanNo
data.product.latest_launch.launching_todaybooleanNo
data.product.latest_launch.namestringNo
data.product.latest_launch.product_statestringNo
data.product.latest_launch.scheduled_atstringNo
data.product.latest_launch.slugstringNo
data.product.latest_launch.taglinestringNo
data.product.latest_launch.thumbnail_image_uuidstringNo
data.product.logo_uuidstringNo
data.product.mediaarrayNo
data.product.media[].idstringNo
data.product.media[].image_uuidstringNo
data.product.media[].interactive_demo_idstringNo
data.product.media[].interactive_demo_typestringNo
data.product.media[].media_typestringNo
data.product.media[].original_heightintegerNo
data.product.media[].original_widthintegerNo
data.product.media[].platformstringNo
data.product.media[].thumbnail_heightintegerNo
data.product.media[].thumbnail_widthintegerNo
data.product.media[].urlstringNo
data.product.media[].video_idstringNo
data.product.namestringNo
data.product.page_variantproducthunt.ProductAboutPageVariantNo
data.product.page_variant.launch_idstringNo
data.product.page_variant.typenamestringNo
data.product.postsarrayNo
data.product.posts[].badgesarrayNo
data.product.posts[].badges[].categorystringNo
data.product.posts[].badges[].datestringNo
data.product.posts[].badges[].idstringNo
data.product.posts[].badges[].periodstringNo
data.product.posts[].badges[].positionintegerNo
data.product.posts[].badges[].post_idstringNo
data.product.posts[].badges[].post_namestringNo
data.product.posts[].badges[].post_slugstringNo
data.product.posts[].badges[].yearstringNo
data.product.posts[].comments_countintegerNo
data.product.posts[].created_atstringNo
data.product.posts[].daily_rankintegerNo
data.product.posts[].disabled_when_scheduledbooleanNo
data.product.posts[].embargo_preview_atstringNo
data.product.posts[].featured_atstringNo
data.product.posts[].has_votedbooleanNo
data.product.posts[].hide_votes_countbooleanNo
data.product.posts[].idstringNo
data.product.posts[].latest_scoreintegerNo
data.product.posts[].launch_day_scoreintegerNo
data.product.posts[].monthly_rankintegerNo
data.product.posts[].namestringNo
data.product.posts[].productproducthunt.LeaderboardProductRefNo
data.product.posts[].product.idstringNo
data.product.posts[].product.is_no_longer_onlinebooleanNo
data.product.posts[].product.is_subscribedbooleanNo
data.product.posts[].product.is_top_productbooleanNo
data.product.posts[].product.logo_uuidstringNo
data.product.posts[].product.namestringNo
data.product.posts[].product.slugstringNo
data.product.posts[].product_statestringNo
data.product.posts[].randomization_statusproducthunt.LeaderboardRandomizationStatusNo
data.product.posts[].randomization_status.activebooleanNo
data.product.posts[].randomization_status.next_transition_atstringNo
data.product.posts[].randomization_status.random_daybooleanNo
data.product.posts[].randomization_status.randomize_orderbooleanNo
data.product.posts[].redirect_to_productproducthunt.LeaderboardProductRefNo
data.product.posts[].redirect_to_product.idstringNo
data.product.posts[].redirect_to_product.is_no_longer_onlinebooleanNo
data.product.posts[].redirect_to_product.is_subscribedbooleanNo
data.product.posts[].redirect_to_product.is_top_productbooleanNo
data.product.posts[].redirect_to_product.logo_uuidstringNo
data.product.posts[].redirect_to_product.namestringNo
data.product.posts[].redirect_to_product.slugstringNo
data.product.posts[].shortened_urlstringNo
data.product.posts[].slugstringNo
data.product.posts[].taglinestringNo
data.product.posts[].thumbnail_image_uuidstringNo
data.product.posts[].updated_atstringNo
data.product.posts[].weekly_rankintegerNo
data.product.posts_countintegerNo
data.product.pro_con_tagsarrayNo
data.product.pro_con_tags[].countintegerNo
data.product.pro_con_tags[].idstringNo
data.product.pro_con_tags[].namestringNo
data.product.pro_con_tags[].typestringNo
data.product.review_questionsarrayNo
data.product.review_questions[].categorystringNo
data.product.review_questions[].idstringNo
data.product.review_questions[].questionstringNo
data.product.reviews_ratingnumberNo
data.product.screenshotsarrayNo
data.product.screenshots[].idstringNo
data.product.screenshots[].image_uuidstringNo
data.product.screenshots[].media_typestringNo
data.product.screenshots[].original_heightintegerNo
data.product.screenshots[].original_widthintegerNo
data.product.slugstringNo
data.product.taglinestringNo
data.product.urlstringNo
data.product_idstringNo
data.viewerproducthunt.ProductAboutViewerNo
data.viewer.is_featured_post_makerbooleanNo
data.viewer.recent_launchobjectNo
msgstringNoRequest successful

Code examples

Use environment variables for secrets and keep Crawlora API keys server-side.

curl -X GET "https://api.crawlora.net/api/v1/producthunt/product/%22producthunt%22/about" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Responsible public web data workflows

Crawlora is designed for responsible structured public web data workflows. Customers are responsible for using Crawlora in compliance with applicable laws, third-party rights, target-platform rules, and Crawlora terms.

Read Crawlora terms

Related

More ProductHunt endpoint docsProduct Hunt scraper API platform pageCrawlora API pricingTry Retrieve Product Hunt product about page API in PlaygroundRetrieve Product Hunt category details API documentationRetrieve Product Hunt category products API documentationRetrieve Product Hunt leaderboard API documentationRetrieve Product Hunt product details API documentationRetrieve Product Hunt product alternatives API documentationRetrieve Product Hunt product customers API documentation
Open in PlaygroundBack to group