BUSINESS INTELLIGENCE

Product Hunt API.

Product launches, categories, and maker data. Just call the endpoint. We handle proxies, rate limits, anti-bot, and data formatting for you.

3 ready-to-use endpointsNo infrastructure neededClean JSON response

Try the API.

request.sh
curl -X POST https://api.scrapebase.io/api/v2/producthunt/products \
  -H "X-API-Key-ID: sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "category": "artificial-intelligence",
    "sort": "votes",
    "limit": 20
  }'
response.json
{
  "productName": "Devin by Cognition",
  "tagline": "The first AI software engineer",
  "votesCount": 4821,
  "commentsCount": 387,
  "launchDate": "2025-03-12",
  "makerName": "Scott Wu",
  "topics": ["Artificial Intelligence", "Developer Tools", "Productivity"],
  "websiteUrl": "https://cognition-labs.com/devin",
  "thumbnailUrl": "https://ph-files.imgix.net/..."
}

All endpoints.

POST
/api/v2/producthunt/categoryCategory details and top products
sync
POST
/api/v2/producthunt/productsProducts in a category
stream
GET
/api/v2/producthunt/subcategoriesAll subcategories
sync

Who uses this.

01

Venture Capital Scouts

Track launch traction and upvote velocity to identify breakout startups before Series A rounds.

02

Product Managers

Monitor competitor launches and feature positioning to inform product roadmap and go-to-market timing.

03

Developer Tool Companies

Analyze category trends and user feedback to spot underserved niches for new product development.

Start building.

Pay per successful request. Failed calls are free.