GET
/
api
/
v2
/
producthunt
/
product
/
info
curl --location --request GET 'https://piloterr.com/api/v2/producthunt/product/info?query=miro' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "id": "111772",
    "slug": "miro",
    "name": "Miro",
    "tagline": "The visual collaboration platform for every team",
    "description": "Miro is the online collaborative whiteboard platform that enables distributed teams to work effectively together, from brainstorming with digital sticky notes to planning and managing agile workflows.",
    "logo": "https://ph-files.imgix.net/01cca4e0-cc5d-4b42-931e-c76756e76f07.jpeg?auto=format",
    "screenshots": [
        "https://ph-files.imgix.net/343217f3-eece-40d7-be95-e0b0a814f152.png?auto=format&fit=crop",
        "https://ph-files.imgix.net/4e507ec7-720f-49e7-9848-cad84927647e.png?auto=format&fit=crop",
        "https://ph-files.imgix.net/8d431f48-279e-499b-9021-a46c2886459e.png?auto=format&fit=crop",
        "https://ph-files.imgix.net/8a41989e-dfd9-4002-8c1d-8a8ae637ce66.png?auto=format&fit=crop",
        "https://ph-files.imgix.net/385889b3-c385-4e5b-b414-32eeb68fa5f4.png?auto=format&fit=crop",
        "https://ph-files.imgix.net/8d508744-c0f3-471a-a355-8f907ab8ca10.png?auto=format&fit=crop"
    ],
    "categories": [
        {
            "id": "64",
            "name": "Interface design tools"
        },
        {
            "id": "334",
            "name": "Digital whiteboards"
        }
    ],
    "pricing_type": "free_options",
    "stacks_count": 2108,
    "posts_count": 18,
    "reviews_count": 231,
    "reviewers_count": 216,
    "reviews_rating": 4.85,
    "website_url": "https://miro.com",
    "ios_url": "https://www.producthunt.com/r/594e4e8b6726f8",
    "android_url": "https://www.producthunt.com/r/42a5ed2659d9c9",
    "instagram_url": "https://www.instagram.com/mirohq",
    "facebook_url": "https://www.facebook.com/TryMiro",
    "twitter_url": "https://twitter.com/mirohq",
    "linkedin_url": null,
    "github_url": "https://github.com/miroapp",
    "medium_url": "https://medium.com/miro-engineering",
    "angellist_url": "https://angel.co/company/realtimeboard-2",
    "threads_url": null
}
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.

Response

product
Product Object
id
string

The unique identifier for the product.

slug
string

The URL-friendly string that identifies the product.

name
string

The official name of the product.

tagline
string

A brief slogan or phrase associated with the product.

description
string

A detailed description of the product.

logo
string

The URL leading to the logo image of the product.

screenshots
list

A list of URLs leading to screenshots of the product.

categories
list

Categories associated with the product.

pricing_type
string

The type of pricing structure associated with the product.

stacks_count
number

The number of technology stacks related to the product.

posts_count
number

The number of posts related to the product.

reviews_count
number

The number of reviews for the product.

reviewers_count
number

The number of unique reviewers for the product.

reviews_rating
float

The average rating from all reviews of the product.

website_url
string

The main website URL of the product.

ios_url
string

The URL leading to the iOS application of the product, if available.

android_url
string

The URL leading to the Android application of the product, if available.

instagram_url
string

The URL of the product’s Instagram profile, if available.

facebook_url
string

The URL of the product’s Facebook page, if available.

twitter_url
string

The URL of the product’s Twitter profile, if available.

linkedin_url
string

The URL of the product’s LinkedIn profile, if available.

github_url
string

The URL of the product’s GitHub repository, if available.

medium_url
string

The URL of the product’s Medium profile, if available.

angellist_url
string

The URL of the product’s AngelList profile, if available.

threads_url
string

The URL leading to discussion threads related to the product, if available.