{
  "openapi": "3.0.1",
  "info": {
    "title": "Gartner Reviews Scraper",
    "description": "[💰 $0.85 / 1K] Extract verified B2B software reviews from Gartner Peer Insights — ratings, headlines, summaries, reviewer roles, industries, company sizes (USD revenue bands), and deployment regions. Filter by rating, company size, industry, job function, region, language, and date.",
    "version": "0.1",
    "x-build-id": "dJlJqZ5la5nTX2aLd"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/solidcode~gartner-reviews-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-solidcode-gartner-reviews-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/solidcode~gartner-reviews-scraper/runs": {
      "post": {
        "operationId": "runs-sync-solidcode-gartner-reviews-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/solidcode~gartner-reviews-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-solidcode-gartner-reviews-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "startUrls": {
            "title": "Gartner Review URLs",
            "type": "array",
            "description": "Paste one or more Gartner Peer Insights URLs — canonical review listing pages (with or without filters in the URL), short product URLs, or vendor URLs. Examples: `https://www.gartner.com/reviews/market/crm-customer-engagement-center/vendor/salesforce/product/sales-cloud` or `https://www.gartner.com/reviews/vendor/microsoft`. Filters embedded in the URL take precedence over the Filters section below for that URL.",
            "items": {
              "type": "string"
            }
          },
          "productSlugs": {
            "title": "Product Slugs",
            "type": "array",
            "description": "Alternative to URLs: paste Gartner product slugs (e.g., `salesforce-sales-cloud`, `hubspot-marketing-hub`). The actor builds the URL for you. Find the slug at the end of the product page URL on Gartner.",
            "items": {
              "type": "string"
            }
          },
          "vendorSlugs": {
            "title": "Vendor Slugs",
            "type": "array",
            "description": "Paste Gartner vendor slugs (e.g., `salesforce`, `microsoft`) to collect reviews across every product the vendor sells on Peer Insights.",
            "items": {
              "type": "string"
            }
          },
          "maxResults": {
            "title": "Maximum Reviews per Input",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of reviews to fetch per URL, product, or vendor. Set to 0 to fetch every available review.",
            "default": 100
          },
          "minRating": {
            "title": "Minimum Rating",
            "enum": [
              "",
              "1",
              "2",
              "3",
              "4",
              "5"
            ],
            "type": "string",
            "description": "Only include reviews with this overall rating or higher. Leave empty for no rating filter."
          },
          "companySize": {
            "title": "Reviewer Company Size (USD revenue)",
            "uniqueItems": true,
            "type": "array",
            "description": "Only include reviews from companies in these revenue bands. Leave empty for all sizes. (Gartner uses USD revenue bands, not employee count.)",
            "items": {
              "type": "string",
              "enum": [
                "under_50m",
                "50m_1b",
                "1b_10b",
                "10b_plus",
                "gov_ps_ed"
              ],
              "enumTitles": [
                "Under 50M USD",
                "50M – 1B USD",
                "1B – 10B USD",
                "10B+ USD",
                "Gov't / Public Sector / Education"
              ]
            },
            "default": []
          },
          "industries": {
            "title": "Reviewer Industries",
            "type": "array",
            "description": "Free-text industry names matched case-insensitively against Gartner's 21 industries. Supported: Banking, Construction, Consumer Goods, Education, Energy and Utilities, Finance (non-banking), Government, Hardware, Healthcare and Biotech, Insurance (except health), IT Services, Manufacturing, Media, Miscellaneous, Real Estate, Retail, Services (non-government), Software, Telecommunications, Transportation, Travel and Hospitality. Unknown names will surface a specific error listing every valid option.",
            "items": {
              "type": "string"
            }
          },
          "roles": {
            "title": "Reviewer Job Functions",
            "type": "array",
            "description": "Reviewer job functions matched case-insensitively against Gartner's 28 functions. Common picks: IT, Sales, Marketing, Finance, Operations, Engineering, Customer Service and Support, Data and Analytics, Human Resources, Product Management. Leave empty for all roles. Unknown names will surface a specific error listing every valid option.",
            "items": {
              "type": "string"
            }
          },
          "regions": {
            "title": "Deployment Regions",
            "uniqueItems": true,
            "type": "array",
            "description": "Only include reviews from deployments in these regions.",
            "items": {
              "type": "string",
              "enum": [
                "north_america",
                "emea",
                "apac",
                "latam"
              ],
              "enumTitles": [
                "North America",
                "Europe, Middle East and Africa",
                "Asia / Pacific",
                "Latin America"
              ]
            },
            "default": []
          },
          "includePartnerReviews": {
            "title": "Include Partner / Incentivized Reviews",
            "type": "boolean",
            "description": "Gartner marks some reviews as coming from vendor-incentivized partner programs. Disable to return only organic, unincentivized reviews.",
            "default": true
          },
          "dateFrom": {
            "title": "Earliest Review Date",
            "type": "string",
            "description": "Only include reviews submitted on or after this date (YYYY-MM-DD). When this date falls within the last 12 months, the actor automatically uses Gartner's `inLastTwelveMonths` fast filter — this can significantly speed up runs but cannot reach reviews older than 12 months."
          },
          "dateTo": {
            "title": "Latest Review Date",
            "type": "string",
            "description": "Only include reviews submitted on or before this date (YYYY-MM-DD)."
          },
          "sortBy": {
            "title": "Sort Reviews By",
            "enum": [
              "most-recent",
              "most-helpful",
              "highest-rated",
              "lowest-rated",
              "least-recent"
            ],
            "type": "string",
            "description": "How Gartner orders the reviews before we collect them.",
            "default": "most-recent"
          },
          "language": {
            "title": "Review Language",
            "enum": [
              "any",
              "en",
              "de",
              "fr",
              "es",
              "it",
              "pt",
              "nl",
              "ja",
              "ko",
              "zh-CN"
            ],
            "type": "string",
            "description": "Only keep reviews originally written in this language (e.g., `en`, `de`, `fr`, `es`). Leave as `Any language` to include all.",
            "default": "any"
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}