{
  "openapi": "3.0.1",
  "info": {
    "title": "Clutch.co Scraper — Companies, Reviews & Contacts |$20/mo",
    "description": "Extract company profiles, reviews, emails & phones from Clutch.co. Get 40+ fields: ratings, budgets, services, locations, social links. Filter by location, budget & industry. No browser — fast HTTP. Perfect for B2B lead gen & market research.",
    "version": "1.0",
    "x-build-id": "nFpknKDuao7bReAyH"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/pro100chok~clutch-scraper-monthly/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-pro100chok-clutch-scraper-monthly",
        "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/pro100chok~clutch-scraper-monthly/runs": {
      "post": {
        "operationId": "runs-sync-pro100chok-clutch-scraper-monthly",
        "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/pro100chok~clutch-scraper-monthly/run-sync": {
      "post": {
        "operationId": "run-sync-pro100chok-clutch-scraper-monthly",
        "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",
        "required": [
          "mode",
          "startUrls"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "catalog",
              "profile",
              "search",
              "url"
            ],
            "type": "string",
            "description": "Scraping mode: catalog (browse categories), profile (specific companies), search (by keywords), url (auto-detect).",
            "default": "catalog"
          },
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "Clutch.co URLs to scrape. For catalog: category pages (e.g. https://clutch.co/developers). For profile: company pages (e.g. https://clutch.co/profile/simform).",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "keywords": {
            "title": "Search Keywords",
            "type": "array",
            "description": "Keywords for search mode (e.g. 'web development', 'mobile app'). Used only in search mode.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "maxPages": {
            "title": "Max Pages",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of catalog pages to scrape (0 = unlimited). Each page has ~50 companies.",
            "default": 5
          },
          "maxItems": {
            "title": "Max Companies",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of companies to scrape (0 = unlimited).",
            "default": 10
          },
          "scrapeProfiles": {
            "title": "Scrape Full Profiles",
            "type": "boolean",
            "description": "Visit each company's profile page for detailed data (services, social media, verification, portfolio). Slower but much richer data.",
            "default": true
          },
          "scrapeReviews": {
            "title": "Scrape Reviews",
            "type": "boolean",
            "description": "Extract customer reviews with ratings, Q&A sections, reviewer info.",
            "default": false
          },
          "maxReviewsPerCompany": {
            "title": "Max Reviews per Company",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum reviews to collect per company (0 = all).",
            "default": 10
          },
          "extractContacts": {
            "title": "Extract Emails & Phones",
            "type": "boolean",
            "description": "Visit company websites to extract email addresses and phone numbers. Requires scrapeProfiles=true.",
            "default": true
          },
          "filterLocation": {
            "title": "Filter: Location",
            "type": "string",
            "description": "Filter companies by location (e.g. 'United States', 'Germany', 'Ukraine', 'New York').",
            "default": ""
          },
          "filterBudget": {
            "title": "Filter: Min Budget",
            "enum": [
              "",
              "5000",
              "10000",
              "25000",
              "50000",
              "100000"
            ],
            "type": "string",
            "description": "Minimum client budget filter.",
            "default": ""
          },
          "filterHourlyRate": {
            "title": "Filter: Hourly Rate",
            "enum": [
              "",
              "25",
              "50",
              "100",
              "150",
              "200",
              "300"
            ],
            "type": "string",
            "description": "Company hourly rate filter.",
            "default": ""
          },
          "filterEmployees": {
            "title": "Filter: Company Size",
            "enum": [
              "",
              "10 - 49",
              "50 - 249",
              "250 - 999",
              "1,000 - 9,999"
            ],
            "type": "string",
            "description": "Filter by number of employees.",
            "default": ""
          },
          "filterVerifiedOnly": {
            "title": "Filter: Verified Only",
            "type": "boolean",
            "description": "Show only verified companies.",
            "default": false
          },
          "sortBy": {
            "title": "Sort By",
            "enum": [
              "relevance_desc",
              "ClutchRank",
              "NumberOfReviews",
              "ReviewRating"
            ],
            "type": "string",
            "description": "Sort order for catalog results.",
            "default": "relevance_desc"
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Proxy settings. Residential proxies are set by default and strongly recommended.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          },
          "concurrency": {
            "title": "Concurrency",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "Number of parallel sessions/requests (1-10). Each session uses its own proxy IP with independent rate limits. 10 sessions = ~500 req/min.",
            "default": 10
          },
          "requestDelay": {
            "title": "Request Delay (seconds)",
            "minimum": 0.5,
            "type": "number",
            "description": "Delay between requests in seconds. Minimum 1.0 recommended.",
            "default": 1.5
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}