
Capterra
Pricing
$0.75 / 1,000 reviews

Capterra
Fetch reviews and software alternatives from Capterra (Software Advice). Search and advanced filters available.
0.0 (0)
Pricing
$0.75 / 1,000 reviews
1
Monthly users
7
Runs succeeded
>99%
Last modified
19 days ago
You can access the Capterra programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "1.4",
5 "x-build-id": "PbRgfjHkDLo87s32N"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/canadesk~capterra-software-advice/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-canadesk-capterra-software-advice",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/canadesk~capterra-software-advice/runs": {
50 "post": {
51 "operationId": "runs-sync-canadesk-capterra-software-advice",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/canadesk~capterra-software-advice/run-sync": {
93 "post": {
94 "operationId": "run-sync-canadesk-capterra-software-advice",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "query",
135 "process"
136 ],
137 "properties": {
138 "process": {
139 "title": "Process",
140 "enum": [
141 "gn",
142 "ga"
143 ],
144 "type": "string",
145 "description": "Process to run.",
146 "default": "gn"
147 },
148 "query": {
149 "title": "Software",
150 "type": "array",
151 "description": "Keyword to look for.",
152 "items": {
153 "type": "string"
154 }
155 },
156 "companySize": {
157 "title": "Filter - Company Size",
158 "type": "array",
159 "description": "Optional.",
160 "items": {
161 "type": "string",
162 "enum": [
163 "A",
164 "B",
165 "C",
166 "D",
167 "E",
168 "F",
169 "G",
170 "H",
171 "I"
172 ],
173 "enumTitles": [
174 "Self-Employed",
175 "2-10",
176 "11-50",
177 "51-200",
178 "201-500",
179 "501-1,000",
180 "1,001-5,000",
181 "5,001-10,000",
182 "10,000+"
183 ]
184 },
185 "default": []
186 },
187 "timeUsed": {
188 "title": "Filter - Time Used",
189 "type": "array",
190 "description": "Optional.",
191 "items": {
192 "type": "string",
193 "enum": [
194 "FreeTrial",
195 "LessThan6Months",
196 "LessThan12Months",
197 "LessThan2Years",
198 "MoreThan2Years"
199 ],
200 "enumTitles": [
201 "Free Trial",
202 "Less than 6 months",
203 "Less than 12 months",
204 "Less than 2 years",
205 "More than 2 years"
206 ]
207 },
208 "default": []
209 },
210 "userRating": {
211 "title": "Filter - User Rating",
212 "type": "array",
213 "description": "Optional.",
214 "items": {
215 "type": "string",
216 "enum": [
217 "1",
218 "1.5,2",
219 "2.5,3",
220 "3.5,4",
221 "4.5,5"
222 ],
223 "enumTitles": [
224 "1 star",
225 "2 star",
226 "3 star",
227 "4 star",
228 "5 star"
229 ]
230 },
231 "default": []
232 },
233 "country": {
234 "title": "Country",
235 "enum": [
236 "us",
237 "ca",
238 "au",
239 "sg",
240 "uk",
241 "nz",
242 "ie",
243 "fr",
244 "de",
245 "at",
246 "ch",
247 "za"
248 ],
249 "type": "string",
250 "description": "May influence some results.",
251 "default": "us"
252 },
253 "cookie": {
254 "title": "Cookie",
255 "type": "string",
256 "description": "See Information tab!"
257 },
258 "maximum": {
259 "title": "Maximum results",
260 "minimum": 1000,
261 "type": "integer",
262 "description": "Nearest 25.",
263 "default": 50000
264 }
265 }
266 },
267 "runsResponseSchema": {
268 "type": "object",
269 "properties": {
270 "data": {
271 "type": "object",
272 "properties": {
273 "id": {
274 "type": "string"
275 },
276 "actId": {
277 "type": "string"
278 },
279 "userId": {
280 "type": "string"
281 },
282 "startedAt": {
283 "type": "string",
284 "format": "date-time",
285 "example": "2025-01-08T00:00:00.000Z"
286 },
287 "finishedAt": {
288 "type": "string",
289 "format": "date-time",
290 "example": "2025-01-08T00:00:00.000Z"
291 },
292 "status": {
293 "type": "string",
294 "example": "READY"
295 },
296 "meta": {
297 "type": "object",
298 "properties": {
299 "origin": {
300 "type": "string",
301 "example": "API"
302 },
303 "userAgent": {
304 "type": "string"
305 }
306 }
307 },
308 "stats": {
309 "type": "object",
310 "properties": {
311 "inputBodyLen": {
312 "type": "integer",
313 "example": 2000
314 },
315 "rebootCount": {
316 "type": "integer",
317 "example": 0
318 },
319 "restartCount": {
320 "type": "integer",
321 "example": 0
322 },
323 "resurrectCount": {
324 "type": "integer",
325 "example": 0
326 },
327 "computeUnits": {
328 "type": "integer",
329 "example": 0
330 }
331 }
332 },
333 "options": {
334 "type": "object",
335 "properties": {
336 "build": {
337 "type": "string",
338 "example": "latest"
339 },
340 "timeoutSecs": {
341 "type": "integer",
342 "example": 300
343 },
344 "memoryMbytes": {
345 "type": "integer",
346 "example": 1024
347 },
348 "diskMbytes": {
349 "type": "integer",
350 "example": 2048
351 }
352 }
353 },
354 "buildId": {
355 "type": "string"
356 },
357 "defaultKeyValueStoreId": {
358 "type": "string"
359 },
360 "defaultDatasetId": {
361 "type": "string"
362 },
363 "defaultRequestQueueId": {
364 "type": "string"
365 },
366 "buildNumber": {
367 "type": "string",
368 "example": "1.0.0"
369 },
370 "containerUrl": {
371 "type": "string"
372 },
373 "usage": {
374 "type": "object",
375 "properties": {
376 "ACTOR_COMPUTE_UNITS": {
377 "type": "integer",
378 "example": 0
379 },
380 "DATASET_READS": {
381 "type": "integer",
382 "example": 0
383 },
384 "DATASET_WRITES": {
385 "type": "integer",
386 "example": 0
387 },
388 "KEY_VALUE_STORE_READS": {
389 "type": "integer",
390 "example": 0
391 },
392 "KEY_VALUE_STORE_WRITES": {
393 "type": "integer",
394 "example": 1
395 },
396 "KEY_VALUE_STORE_LISTS": {
397 "type": "integer",
398 "example": 0
399 },
400 "REQUEST_QUEUE_READS": {
401 "type": "integer",
402 "example": 0
403 },
404 "REQUEST_QUEUE_WRITES": {
405 "type": "integer",
406 "example": 0
407 },
408 "DATA_TRANSFER_INTERNAL_GBYTES": {
409 "type": "integer",
410 "example": 0
411 },
412 "DATA_TRANSFER_EXTERNAL_GBYTES": {
413 "type": "integer",
414 "example": 0
415 },
416 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
417 "type": "integer",
418 "example": 0
419 },
420 "PROXY_SERPS": {
421 "type": "integer",
422 "example": 0
423 }
424 }
425 },
426 "usageTotalUsd": {
427 "type": "number",
428 "example": 0.00005
429 },
430 "usageUsd": {
431 "type": "object",
432 "properties": {
433 "ACTOR_COMPUTE_UNITS": {
434 "type": "integer",
435 "example": 0
436 },
437 "DATASET_READS": {
438 "type": "integer",
439 "example": 0
440 },
441 "DATASET_WRITES": {
442 "type": "integer",
443 "example": 0
444 },
445 "KEY_VALUE_STORE_READS": {
446 "type": "integer",
447 "example": 0
448 },
449 "KEY_VALUE_STORE_WRITES": {
450 "type": "number",
451 "example": 0.00005
452 },
453 "KEY_VALUE_STORE_LISTS": {
454 "type": "integer",
455 "example": 0
456 },
457 "REQUEST_QUEUE_READS": {
458 "type": "integer",
459 "example": 0
460 },
461 "REQUEST_QUEUE_WRITES": {
462 "type": "integer",
463 "example": 0
464 },
465 "DATA_TRANSFER_INTERNAL_GBYTES": {
466 "type": "integer",
467 "example": 0
468 },
469 "DATA_TRANSFER_EXTERNAL_GBYTES": {
470 "type": "integer",
471 "example": 0
472 },
473 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
474 "type": "integer",
475 "example": 0
476 },
477 "PROXY_SERPS": {
478 "type": "integer",
479 "example": 0
480 }
481 }
482 }
483 }
484 }
485 }
486 }
487 }
488 }
489}
Capterra OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Capterra from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Pricing
Pricing model
Pay per resultThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
Price per 1,000 items
$0.75