Retour à la bibliothèque
API ProductHunt Product Info
Retrieve product data from ProductHunt, including tagline, categories, screenshots, reviews rating, and social links.
Dégradé1 crédit = 1 requêteGET/v2/producthunt/product/info
Vue d'ensemble de l'endpoint
Documentation détaillée, tarifs et exemples d'utilisation.
Chargement…
Exemples de code
Bash
curl --location --request GET 'https://api.piloterr.com/v2/producthunt/product/info' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Remplacez <token> par votre clé API, puis exécutez la requête depuis votre terminal ou votre application.
Essayer gratuitementExemple de réponse
JSON
{
"id": "111772",
"logo": "https://ph-files.imgix.net/01cca4e0-cc5d-4b42-931e-c76756e76f07.jpeg",
"name": "Miro",
"slug": "miro",
"tagline": "The visual collaboration platform for every team",
"categories": [
{
"id": "46",
"name": "Productivity"
}
],
"description": "Miro enables you to engage all your collocated, distributed, or remote teams across formats, tools, channels, and time zones, without the constraints of physical location, meeting space, and whiteboards.",
"posts_count": 25,
"screenshots": [
"https://ph-files.imgix.net/b8d40ef8-32f7-474f-90b9-b29801ae04a5.jpeg",
"https://ph-files.imgix.net/7718a5c1-a635-4804-a605-4543f506e77a.png"
],
"pricing_type": null,
"social_links": {
"website": "https://miro.com/"
},
"reviews_rating": 4.85,
"reviewers_count": 342
}Intégrations
Intégrez ProductHunt Product Info avec vos outils préférés.
Tarifs
1 crédit par requête
Avis
5 / 5 (58 avis)
66 utilisateurs actifs
392K requêtes
12ms temps de réponse moyen
Méthode
GET, POST
Chemin
/v2/producthunt/product/info
Statut
Dégradé
Collections