Loading...
Loading...
Search Product Hunt launches, products, and makers via the GraphQL V2 API. Use when the user asks about Product Hunt launches, trending products, or wants to research a product's reception. Requires a free developer token (~2 min setup).
npx skill4agent add dylanfeltus/skills producthuntPH_API_TOKENweb_searchsite:producthunt.comweb_searchweb_search: site:producthunt.com/posts "product name"https://api.producthunt.com/v2/api/graphqlAuthorization: Bearer {token}execcurlcurl -s -X POST https://api.producthunt.com/v2/api/graphql \
-H "Authorization: Bearer $PH_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"query": "YOUR_GRAPHQL_QUERY"}'query {
posts(order: VOTES, first: 10) {
edges {
node {
id
name
tagline
votesCount
commentsCount
url
website
createdAt
makers {
name
username
}
topics {
edges {
node {
name
}
}
}
}
}
}
}query {
posts(order: VOTES, first: 10, topic: "developer-tools") {
edges {
node {
id
name
tagline
votesCount
url
website
}
}
}
}web_searchsite:producthunt.com/posts "product name"query {
post(slug: "chatgpt") {
id
name
tagline
description
votesCount
commentsCount
reviewsCount
reviewsRating
url
website
createdAt
featuredAt
makers {
name
username
headline
}
topics {
edges {
node {
name
slug
}
}
}
comments(first: 5) {
edges {
node {
body
votesCount
createdAt
user {
name
username
}
}
}
}
}
}query {
topic(slug: "artificial-intelligence") {
name
postsCount
posts(first: 10, order: VOTES) {
edges {
node {
name
tagline
votesCount
url
createdAt
}
}
}
}
}query {
posts(postedAfter: "2024-01-15T00:00:00Z", postedBefore: "2024-01-16T00:00:00Z", order: VOTES, first: 10) {
edges {
node {
name
tagline
votesCount
url
}
}
}
}query {
user(username: "rrhoover") {
name
username
headline
followersCount
followingCount
madePosts(first: 5) {
edges {
node {
name
tagline
votesCount
url
}
}
}
}
}artificial-intelligencedeveloper-toolsdesign-toolsproductivitymarketingsaasfintechno-codeopen-sourcesocial-mediaweb-appiphoneandroidmacchrome-extensionsquery { topics(first: 50, order: FOLLOWERS_COUNT) { edges { node { name slug followersCount } } } }https://www.producthunt.com/posts/{slug}https://www.producthunt.com/@{username}https://www.producthunt.com/topics/{slug}PH_API_TOKENweb_searchsite:producthunt.com/posts "product name"site:producthunt.com "topic" launchedweb_fetch### Product Hunt Results
1. **Product Name** — Tagline
🔼 votes · 💬 comments · ⭐ rating
By @maker_username
Topics: AI, Developer Tools
🔗 product_url
🏠 website_url
📅 launched_date
2. ...PH_API_TOKENcommentstopicsmakersweb_searchweb_search "site:producthunt.com/posts linear"post(slug: "linear-5")artificial-intelligence