GET
/
api
/
v2
/
producthunt
/
product
/
info
curl --request GET \
  --url https://piloterr.com/api/v2/producthunt/product/info \
  --header 'x-api-key: <x-api-key>'
{
    "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": "<div>Miro enables you to engage all your collocated, distributed,</div><div>or remote teams across formats, tools, channels, and time zones, without the constraints of physical location, meeting space, and whiteboards.</div>",
    "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",
        "https://ph-files.imgix.net/16ccd149-dedf-4351-84f4-03380e7a4090.png"
    ],
    "pricing_type": null,
    "social_links": {
        "website": "https://miro.com/"
    },
    "reviews_count": null,
    "reviews_rating": 4.85,
    "reviewers_count": 342
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

A query to search for a product. It should be a Product URL or Product slug.

{
    "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": "<div>Miro enables you to engage all your collocated, distributed,</div><div>or remote teams across formats, tools, channels, and time zones, without the constraints of physical location, meeting space, and whiteboards.</div>",
    "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",
        "https://ph-files.imgix.net/16ccd149-dedf-4351-84f4-03380e7a4090.png"
    ],
    "pricing_type": null,
    "social_links": {
        "website": "https://miro.com/"
    },
    "reviews_count": null,
    "reviews_rating": 4.85,
    "reviewers_count": 342
}