Piloterr

G2 Product Info

Retrieve comprehensive product data from G2, including ratings, reviews, pricing plans, company info, and social media metrics.

Status: Degraded

Credit cost: 2 credits per call

GET
/v2/g2/product/info

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

A product name or G2 product URL to look up.

Examples:

https://www.g2.com/products/postman

Both the product slug and the full G2 product page URL are accepted.

nps_score?number

Filter reviews by NPS score (1–5).

  • 1: 1-star reviews only
  • 3: 3-star reviews only
  • 5: 5-star reviews only

Note: By default, all reviews are returned regardless of NPS score. Use this parameter to target specific sentiment segments.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/g2/product/info?query=string"
{
  "rating": 4.6,
  "what_is": "Postman is the world's leading API platform, used by more than 30 million developers and 500,000 organizations worldwide for building and managing APIs.",
  "category": "API Platforms",
  "product_name": "Postman",
  "product_type": "Software",
  "product_description": "Postman enables teams to efficiently collaborate at every stage of the API lifecycle while prioritizing quality, performance, and security.",
  "product_logo": "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_fd527e1fc777d9e31b2a28e8d3c959a4/postman.jpg",
  "seller_name": "Postman",
  "company_location": "San Francisco, CA",
  "company_year_founded": "2014",
  "reviews_count": 1219,
  "discussions_count": 17,
  "twitter_url": "https://x.com/getpostman",
  "twitter_followers_count": 53051,
  "linkedin_url": "https://www.linkedin.com/company/3795851/",
  "linkedin_employees_count": 2654,
  "pricing_plans": [
    {
      "name": "Free Plan",
      "price": "Free"
    },
    {
      "name": "Basic Plan",
      "price": "14.00"
    },
    {
      "name": "Professional Plan",
      "price": "29.00"
    },
    {
      "name": "Enterprise Plan",
      "price": "49.00"
    }
  ],
  "reviews": [
    {
      "review_id": 9104210,
      "review_title": "A great product but terrible customer service",
      "review_rating": 0,
      "publish_date": "Jan 11, 2024",
      "reviewer": {
        "reviewer_industry": "Small-Business",
        "reviewer_company_size": "50 or fewer emp."
      }
    }
  ],
  "star_distribution": {
    "1": 5,
    "2": 0,
    "3": 11,
    "4": 194,
    "5": 1009
  }
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}